]> 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 745b4dfbe847d15662939a7a57d53ff37848e66b..ce2d8243210910bec0a9e35c4f29884b9458f737 100644 (file)
@@ -26,17 +26,20 @@ if test $HAVE_CAMLP4O = "yes"; then
 else
   AC_MSG_ERROR(could not find camlp4o)
 fi
-
-FINDLIB_CREQUIRES="\
+FINDLIB_DEPREQUIRES="\
 pcre \
 mysql \
+helm-registry \
+helm-cic_textual_parser2 \
+"
+FINDLIB_CLEANREQUIRES="$FINDLIB_DEPREQUIRES"
+FINDLIB_CREQUIRES="\
+$FINDLIB_CLEANREQUIRES \
 unix \
 helm-cic_omdoc \
-helm-cic_transformations \
-helm-registry \
 helm-tactics \
+helm-paramodulation \
 helm-xml \
-helm-cic_textual_parser2 \
 "
 FINDLIB_REQUIRES="\
 $FINDLIB_CREQUIRES \
@@ -87,19 +90,27 @@ if test "$DEBUG" = "true"; then
   echo "debugging enabled"
 fi
 
-RT_BASE_DIR="."
+RT_BASE_DIR=`pwd`
+USER_HOME=`pwd` #should be `echo $HOME`
+USER_NAME=`echo $USER`
 
 AC_SUBST(CAMLP4O)
 AC_SUBST(DEBUG)
 AC_SUBST(TRANSFORMER_MODULE)
 AC_SUBST(FINDLIB_REQUIRES)
 AC_SUBST(FINDLIB_CREQUIRES)
+AC_SUBST(FINDLIB_DEPREQUIRES)
+AC_SUBST(FINDLIB_CLEANREQUIRES)
 AC_SUBST(HAVE_OCAMLOPT)
 AC_SUBST(LABLGLADECC)
 AC_SUBST(OCAMLFIND)
 AC_SUBST(RT_BASE_DIR)
+AC_SUBST(USER_HOME)
+AC_SUBST(USER_NAME)
 
 AC_OUTPUT([
+  matita.conf.xml.sample
   buildTimeConf.ml
   Makefile
+  gtkmathview.matita.conf.xml
 ])