]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mlminidom/configure.in
the spec file is not autoconfigured
[helm.git] / helm / DEVEL / mlminidom / configure.in
index 2f761151b517be260d1149cb12fc73b33db0e234..44f00d854a67eb694be5aa0750dafe0f395a73ce 100644 (file)
@@ -6,6 +6,7 @@ MLMINIDOM_MAJOR_VERSION=0
 MLMINIDOM_MINOR_VERSION=0
 MLMINIDOM_MICRO_VERSION=1
 MLMINIDOM_VERSION=$MLMINIDOM_MAJOR_VERSION.$MLMINIDOM_MINOR_VERSION.$MLMINIDOM_MICRO_VERSION
+VERSION=$MLMINIDOM_VERSION
 
 AC_CHECK_PROG(HAVE_GLIB, glib-config, yes, no)
 if test $HAVE_GLIB = "no"; then
@@ -27,7 +28,7 @@ OCAML_ROOT=`ocamlc -v | grep "^Standard" | sed 's/^.*: *//'`
 AC_MSG_RESULT($OCAML_ROOT)
 
 AC_SUBST(PACKAGE)
-AC_SUBST(MLMINIDOM_VERSION)
+AC_SUBST(VERSION)
 AC_SUBST(OCAML_ROOT)
 
 AC_OUTPUT([Makefile])