X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=9382e5c186a6506e9760cbc42d0fe58becef21dc;hb=78f51742e3b066955a13167346413627be644643;hp=52da348646694d6f04eb4899395c70448053990f;hpb=87d7f05db5b40cbc720c8b5fe610183322739f07;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index 52da348..9382e5c 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data ApS, 1995-2005 -dnl $Id: configure.in,v 1.124 2005-05-24 20:39:02 adam Exp $ +dnl $Id: configure.in,v 1.128 2005-08-19 21:42:17 adam Exp $ dnl AC_INIT(include/idzebra/version.h) AM_INIT_AUTOMAKE(idzebra,1.4.0) @@ -15,7 +15,7 @@ AM_DISABLE_SHARED AM_PROG_LIBTOOL dnl dnl ------ headers -AC_CHECK_HEADERS(sys/times.h unistd.h) +AC_CHECK_HEADERS(sys/times.h sys/time.h unistd.h sys/resource.h) dnl ------ crypt AC_CHECK_LIB(crypt, crypt) if test "$ac_cv_lib_crypt_crypt" = "yes"; then @@ -31,7 +31,7 @@ else fi dnl dnl ------ YAZ -YAZ_INIT($yazflag,2.1.5) +YAZ_INIT($yazflag,2.1.9) YAZ_DOC dnl ----- libXSLT AC_SUBST(XSLT_LIBS) @@ -306,7 +306,7 @@ else def="no" fi ZEBRA_MODULE(xslt,[$def], [ --enable-mod-xslt XSLT filter]) -ZEBRA_MODULE(alvis,shared, [ --enable-mod-alvis ALVIS filter]) +ZEBRA_MODULE(alvis,[$def], [ --enable-mod-alvis ALVIS filter]) dnl ------ ANSI C Header files AC_STDC_HEADERS if test "$ac_cv_header_stdc" = "no"; then @@ -348,6 +348,7 @@ AC_OUTPUT([ test/dmoz/Makefile test/sort/Makefile test/zsh/Makefile test/marcxml/Makefile test/charmap/Makefile test/codec/Makefile test/espec/Makefile + test/filters/Makefile examples/Makefile examples/gils/Makefile examples/zthes/Makefile examples/marc21/Makefile idzebra.spec