X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=configure.in;h=9ba97b81234a6d4344a3e8c043a07a4c4e72cb16;hp=936e574226d546f3b1692dec92dbd0c80d8eefc6;hb=4eb3b54bb2ca9af74f39f000d3d40dba99ded887;hpb=1f0c3e82023083774711f132508a06630a11f750 diff --git a/configure.in b/configure.in index 936e574..9ba97b8 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data Aps, 1995-2004 -dnl $Id: configure.in,v 1.104 2004-11-09 12:02:36 adam Exp $ +dnl $Id: configure.in,v 1.110 2004-12-13 20:51:27 adam Exp $ dnl AC_INIT(include/idzebra/version.h) AM_INIT_AUTOMAKE(idzebra,1.4.0) @@ -20,7 +20,7 @@ if test "$enable_threads" = "yes"; then else yazflag="" fi -YAZ_INIT($yazflag,2.0.27) +YAZ_INIT($yazflag,2.0.29) YAZ_DOC dnl ------ Look for Tcl dnl See if user has specified location of tclConfig.sh; otherwise @@ -253,6 +253,7 @@ 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-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" else @@ -291,11 +292,14 @@ AC_OUTPUT([ doc/zebraphp.dsl doc/tkl.xsl test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile + test/xpath/Makefile test/rusmarc/Makefile test/cddb/Makefile test/malxml/Makefile + test/mbox/Makefile test/config/Makefile test/sort2/Makefile test/xelm/Makefile - test/dmoz/Makefile test/xpath/Makefile test/sort/Makefile test/zsh/Makefile + test/dmoz/Makefile test/sort/Makefile test/zsh/Makefile test/marcxml/Makefile test/charmap/Makefile test/codec/Makefile + test/espec/Makefile examples/Makefile examples/gils/Makefile examples/zthes/Makefile idzebra.spec idzebra-config