]> matita.cs.unibo.it Git - helm.git/blobdiff - configure.ac
changed location of version.txt
[helm.git] / configure.ac
index 295e427bbadb7da9d31f22fb9e5635587cc5ddb0..00ae3a37d36a697491096ba52c29acff3e96df91 100644 (file)
@@ -1,12 +1,15 @@
 AC_INIT(matita/matitaTypes.ml)
 
-# Distribution settings (i.e. settings to be manipulated before a release)
+# Distribution settings
+# (i.e. settings (automatically) manipulated before a release)
 DEBUG_DEFAULT="true"
 DEFAULT_DBHOST="mowgli.cs.unibo.it"
 RT_BASE_DIR_DEFAULT="`pwd`/matita"
 MATITA_VERSION="0.1.0"
+DISTRIBUTED="no"  # "yes" for distributed tarballs
 # End of distribution settings
 
+SRCROOT=`pwd`
 AC_CHECK_PROG(HAVE_OCAMLC, ocamlc, yes, no)
 if test $HAVE_OCAMLC = "no"; then
   AC_MSG_ERROR(could not find ocamlc)
@@ -153,15 +156,17 @@ AC_MSG_RESULT($DBHOST)
 AC_SUBST(CAMLP4O)
 AC_SUBST(DBHOST)
 AC_SUBST(DEBUG)
-AC_SUBST(TRANSFORMER_MODULE)
-AC_SUBST(FINDLIB_REQUIRES)
+AC_SUBST(DISTRIBUTED)
 AC_SUBST(FINDLIB_CREQUIRES)
+AC_SUBST(FINDLIB_REQUIRES)
 AC_SUBST(HAVE_OCAMLOPT)
 AC_SUBST(LABLGLADECC)
+AC_SUBST(MATITA_VERSION)
 AC_SUBST(OCAMLFIND)
 AC_SUBST(OCAMLPATH)
 AC_SUBST(RT_BASE_DIR)
-AC_SUBST(MATITA_VERSION)
+AC_SUBST(SRCROOT)
+AC_SUBST(TRANSFORMER_MODULE)
 
 AC_OUTPUT([
   components/extlib/componentsConf.ml
@@ -170,5 +175,6 @@ AC_OUTPUT([
   matita/matita.conf.xml.build
   matita/buildTimeConf.ml
   matita/gtkmathview.matita.conf.xml
+  matita/help/C/version.txt
   Makefile.defs
 ])