X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=b733914d289d0b457e1d434e259a79ee13fbfac0;hb=72c776b15ed8f48acb406c9a543bd808b3cfc5a3;hp=ec34cf58605ee83ad638cbd9a921f5aea2ce2829;hpb=b8d5d7476807b64d1c197efd9710cd4f5291152c;p=idzebra-moved-to-github.git diff --git a/configure.ac b/configure.ac index ec34cf5..b733914 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Zebra, Index Data ApS, 1995-2006 -dnl $Id: configure.ac,v 1.6 2006-05-23 09:41:06 marc Exp $ +dnl $Id: configure.ac,v 1.13 2006-06-12 09:27:00 marc Exp $ dnl AC_PREREQ(2.59) AC_INIT([idzebra],[1.4.0],[adam@indexdata.dk]) @@ -34,7 +34,7 @@ else fi dnl dnl ------ YAZ -YAZ_INIT($yazflag,2.1.9) +YAZ_INIT($yazflag,2.1.20) YAZ_DOC dnl ----- libXSLT AC_SUBST(XSLT_LIBS) @@ -308,8 +308,6 @@ ZEBRA_MODULE(text,static, [ --enable-mod-text Text filter]) ZEBRA_MODULE(grs-sgml,static,[ --enable-mod-grs-sgml Simple SGML/XML filter]) ZEBRA_MODULE(grs-regx,shared,[ --enable-mod-grs-regx REGX/TCL filter]) ZEBRA_MODULE(grs-marc,shared,[ --enable-mod-grs-marc MARC filter]) -ZEBRA_MODULE(grs-csv,shared, [ --enable-mod-grs-csv CSV filter]) -ZEBRA_MODULE(grs-danbib,shared,[ --enable-mod-grs-danbib DanBib filter (DBC)]) ZEBRA_MODULE(safari,shared, [ --enable-mod-safari Safari filter (DBC)]) if test "$ac_cv_header_expat_h" = "yes"; then def="shared" @@ -322,7 +320,6 @@ if test "$XSLT_VER"; then else def="no" fi -ZEBRA_MODULE(xslt,[$def], [ --enable-mod-xslt XSLT filter]) ZEBRA_MODULE(alvis,[$def], [ --enable-mod-alvis ALVIS filter]) dnl ------ ANSI C Header files AC_STDC_HEADERS @@ -350,12 +347,9 @@ AC_OUTPUT([ include/Makefile include/idzebra/Makefile tab/Makefile doc/Makefile - doc/zebra.xml + doc/local.ent doc/common/Makefile - doc/common/html.dsl - doc/common/html.xsl doc/common/print.dsl - doc/common/tkl.xsl test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile test/xslt/Makefile test/xpath/Makefile @@ -368,7 +362,8 @@ AC_OUTPUT([ test/espec/Makefile test/filters/Makefile examples/Makefile examples/gils/Makefile examples/zthes/Makefile - examples/marc21/Makefile examples/alvis-oai/Makefile + examples/marc21/Makefile examples/marcxml/Makefile + examples/alvis-oai/Makefile idzebra.spec idzebra-config Doxyfile @@ -398,11 +393,9 @@ fi echo \ "------------------------------------------------------------------------ -Configuration: - Package: ${PACKAGE} - Version: ${VERSION} - Bugreport: ${PACKAGE_BUGREPORT} + ZEBRA Package: ${PACKAGE} + ZEBRA Version: ${VERSION} Source code location: ${srcdir} C Preprocessor: ${CPP} C Preprocessor flags: ${CPPFLAGS} @@ -415,6 +408,10 @@ Configuration: Automake: ${AUTOMAKE} Archiver: ${AR} Ranlib: ${RANLIB} - + YAZ Version: ${YAZVERSION} + YAZ Include: ${YAZINC} + YAZ La Lib: ${YAZLALIB} + YAZ Lib: ${YAZLIB} + Bugreport: ${PACKAGE_BUGREPORT} ------------------------------------------------------------------------"