]> matita.cs.unibo.it Git - helm.git/blobdiff - configure.ac
Move to OCaml 3.10. Requires debian packages from unstable (soon in testing).
[helm.git] / configure.ac
index 0af17fcad249bb335c600ccb41122254dcb24c27..4e78143996a600968f9154642c3c809b1b369143 100644 (file)
@@ -30,11 +30,11 @@ if test $HAVE_LABLGLADECC = "yes"; then
 else
   AC_MSG_ERROR(could not find lablgladecc2)
 fi
-AC_CHECK_PROG(HAVE_CAMLP4O, camlp4o, yes, no)
-if test $HAVE_CAMLP4O = "yes"; then
-  CAMLP4O="camlp4o"
+AC_CHECK_PROG(HAVE_CAMLP5O, camlp5o, yes, no)
+if test $HAVE_CAMLP5O = "yes"; then
+  CAMLP5O="camlp5o"
 else
-  AC_MSG_ERROR(could not find camlp4o)
+  AC_MSG_ERROR(could not find camlp5o)
 fi
 
 # look for METAS dir
@@ -168,7 +168,7 @@ if test "yes" = "$DBHOST"; then
 fi
 AC_MSG_RESULT($MSG)
 
-AC_SUBST(CAMLP4O)
+AC_SUBST(CAMLP5O)
 AC_SUBST(DBHOST)
 AC_SUBST(DEBUG)
 AC_SUBST(DISTRIBUTED)