]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/configure.ac
added homepage URL, now we have one
[helm.git] / helm / matita / configure.ac
index 293d8a7677f3e790e6d5f2c2b406bcb08dcd29c4..ce2d8243210910bec0a9e35c4f29884b9458f737 100644 (file)
@@ -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
 ])