X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fconfigure.ac;h=1defca274d6cd3ed907564c08028e8e7d4aa127d;hb=5a369548a2f04fb59b5cbb94526325aae9bf415a;hp=624973c887f23b0a41ee15e4a64a525a38598682;hpb=c112706f347e08e7f345131fbc4c3aa0e9ecc7b5;p=helm.git diff --git a/helm/DEVEL/mathml_editor/configure.ac b/helm/DEVEL/mathml_editor/configure.ac index 624973c88..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([ @@ -88,9 +88,9 @@ AC_SUBST(LDFLAGS) AM_PROG_LIBTOOL -PKG_CHECK_MODULES(GLIB2, glib-2.0) -AC_SUBST(GLIB2_CFLAGS) -AC_SUBST(GLIB2_LIBS) +dnl PKG_CHECK_MODULES(GLIB2, glib-2.0) +dnl AC_SUBST(GLIB2_CFLAGS) +dnl AC_SUBST(GLIB2_LIBS) GMETADOM_CONFIG="gmetadom-config" GMETADOM_MIN_VERSION=0.1.0 @@ -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