]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/configure.ac
* added license and copyright to every source file
[helm.git] / helm / DEVEL / mathml_editor / configure.ac
index 17b35b57ea81075acfc6b646b10d250503f6a40c..91ce0cd671023d082294f87ac2af46f01250ae90 100644 (file)
@@ -3,8 +3,8 @@ AC_INIT(editex, [0.0.1])
 AC_CONFIG_SRCDIR(src/TToken.hh)
 AM_INIT_AUTOMAKE($AC_PACKAGE_NAME, $AC_PACKAGE_VERSION)
 
-PACKAGE=$AC_PACKAGE_NAME
-VERSION=$AC_PACKAGE_VERSION
+PACKAGE=$PACKAGE_NAME
+VERSION=$PACKAGE_VERSION
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
 
@@ -251,6 +251,7 @@ AC_CONFIG_FILES([
  textomml/Makefile
  textomml/config.dirs
  ocaml/Makefile
+ ocaml/META
  editex.pc
 ])
 AC_OUTPUT