X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2FDEVEL%2Fmathml_editor%2Fconfigure.ac;h=1defca274d6cd3ed907564c08028e8e7d4aa127d;hb=4ef40e8fb4de63f9699268b389f052007bc87f54;hp=2ea4dfb15b522723787c00285aa1c62c0876efbe;hpb=a2f9abb0b4f07678de024d4afb371ba59183edf0;p=helm.git diff --git a/helm/DEVEL/mathml_editor/configure.ac b/helm/DEVEL/mathml_editor/configure.ac index 2ea4dfb15..1defca274 100644 --- a/helm/DEVEL/mathml_editor/configure.ac +++ b/helm/DEVEL/mathml_editor/configure.ac @@ -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) @@ -35,33 +35,35 @@ 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([ -/* Copyright (C) 2002, Luca Padovani . - * - * This file is part of EdiTeX, an editor of mathematical - * expressions based on TeX syntax +/* This file is part of EdiTeX, an editor of mathematical + * expressions based on TeX syntax. * - * EdiTeX is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * Copyright (C) 2002-2003 Luca Padovani , + * 2003 Paolo Marinelli . + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * - * EdiTeX is distributed in the hope that it will be useful, + * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with EdiTeX; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * For details, see the EdiTeX World-Wide-Web page, - * http://helm.cs.unibo.it/editex, or send a mail to - * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * For more information, please visit the project's home page + * http://helm.cs.unibo.it/editex/ + * or send an email to */ + #ifndef config_h #define config_h ]) @@ -86,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 @@ -225,6 +227,7 @@ else OCAMLMKLIB=ocamlmklib AC_SUBST(OCAMLMKLIB) fi +AM_CONDITIONAL(HAVE_SHAREDLIBS_COND, test x$enable_shared = xyes) AC_MSG_CHECKING(for gdome2 ocaml binding) ocamlfind query gdome2 || @@ -246,10 +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