X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2FDEVEL%2Fmathml_editor%2Fconfigure.ac;h=1defca274d6cd3ed907564c08028e8e7d4aa127d;hb=d02c4020feb3e52844572c8ca49c3dc80983d09c;hp=20227a54d7c4fe646490e8039484732cb811602f;hpb=b1dd041514ce619c192f194a7a0847c28de55946;p=helm.git diff --git a/helm/DEVEL/mathml_editor/configure.ac b/helm/DEVEL/mathml_editor/configure.ac index 20227a54d..1defca274 100644 --- a/helm/DEVEL/mathml_editor/configure.ac +++ b/helm/DEVEL/mathml_editor/configure.ac @@ -35,7 +35,7 @@ AC_ARG_WITH(gmetadom-prefix, GMETADOM_PREFIX=$withval ) -AC_CONFIG_HEADERS([config.h]) +dnl AC_CONFIG_HEADERS([config.h]) AM_CONFIG_HEADER(config.h) AH_TOP([ @@ -249,11 +249,14 @@ AC_SUBST(OCAML_INCLUDE_DIR) AC_CONFIG_FILES([ Makefile src/Makefile + src/config.dirs test/Makefile textomml/Makefile textomml/config.dirs ocaml/Makefile ocaml/META editex.pc + xsl/Makefile + dict/Makefile ]) AC_OUTPUT