X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fconfigure.ac;h=ce2d8243210910bec0a9e35c4f29884b9458f737;hb=91a095f0686ee569ba035e4e30c7d071588cb8e7;hp=293d8a7677f3e790e6d5f2c2b406bcb08dcd29c4;hpb=f9ebeb4695e5598fe9ffa80d938bdd484ac99dab;p=helm.git diff --git a/helm/matita/configure.ac b/helm/matita/configure.ac index 293d8a767..ce2d82432 100644 --- a/helm/matita/configure.ac +++ b/helm/matita/configure.ac @@ -38,6 +38,7 @@ $FINDLIB_CLEANREQUIRES \ unix \ helm-cic_omdoc \ helm-tactics \ +helm-paramodulation \ helm-xml \ " FINDLIB_REQUIRES="\ @@ -90,7 +91,7 @@ if test "$DEBUG" = "true"; then fi RT_BASE_DIR=`pwd` -USER_HOME=`echo $HOME` +USER_HOME=`pwd` #should be `echo $HOME` USER_NAME=`echo $USER` AC_SUBST(CAMLP4O) @@ -111,4 +112,5 @@ AC_OUTPUT([ matita.conf.xml.sample buildTimeConf.ml Makefile + gtkmathview.matita.conf.xml ])