X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=9ee2cf25ac1565ebf965233b8e05d6163967b495;hb=647212270fdb2030f6a1ab1f9880874f531847b2;hp=cb252ad094ba97227ec6be155b7497315e020a36;hpb=a34c87ac6c08ec62534e4068a5bd1fac93df8abe;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index cb252ad..9ee2cf2 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ -dnl Zebra, Index Data Aps, 1995-2004 -dnl $Id: configure.in,v 1.108 2004-12-02 14:05:01 adam Exp $ +dnl Zebra, Index Data ApS, 1995-2005 +dnl $Id: configure.in,v 1.117 2005-03-31 12:55:55 adam Exp $ dnl AC_INIT(include/idzebra/version.h) AM_INIT_AUTOMAKE(idzebra,1.4.0) @@ -14,12 +14,18 @@ AC_PROG_CPP AM_DISABLE_SHARED AM_PROG_LIBTOOL dnl +dnl ------ headers +AC_CHECK_HEADERS(sys/times.h unistd.h) +dnl +dnl ------ threads AC_ARG_ENABLE(threads, [ --disable-threads disable threads],[enable_threads=$enableval],[enable_threads=yes]) if test "$enable_threads" = "yes"; then yazflag=threads else yazflag="" fi +dnl +dnl ------ YAZ YAZ_INIT($yazflag,2.0.29) YAZ_DOC dnl ------ Look for Tcl @@ -69,9 +75,6 @@ else AC_DEFINE(HAVE_TCL_H,0) fi dnl -dnl ------ times -AC_CHECK_HEADERS(sys/times.h) -dnl dnl ------ mkstemp AC_CHECK_FUNCS(mkstemp) dnl @@ -239,7 +242,7 @@ AC_DEFUN([ZEBRA_MODULE],[ AC_MSG_RESULT([static]) STATIC_MODULE_OBJ="${STATIC_MODULE_OBJ} \$(mod_${m}_la_OBJECTS)" STATIC_MODULE_LADD="${STATIC_MODULE_LADD} \$(mod_${m}_la_LADD)" - modcpp=`echo $1|tr a-z- A-Z_` + modcpp=`echo $1|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_` AC_DEFINE_UNQUOTED([IDZEBRA_STATIC_$modcpp]) elif test "$myen" = "no"; then AC_MSG_RESULT([disabled]) @@ -260,6 +263,7 @@ else def="no" fi ZEBRA_MODULE(grs-xml,[$def], [ --enable-mod-grs-xml XML filter (Expat based)]) +ZEBRA_MODULE(alvis,shared, [ --enable-mod-alvis ALVIS XML filter]) dnl ------ ANSI C Header files AC_STDC_HEADERS if test "$ac_cv_header_stdc" = "no"; then @@ -294,13 +298,17 @@ AC_OUTPUT([ 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/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 + examples/marc21/Makefile idzebra.spec idzebra-config + Doxyfile ],[sed s%idzebra_echo_source=yes%idzebra_echo_source=no%g < idzebra-config > util/idzebra-config && chmod +x idzebra-config util/idzebra-config]) if test -z "$YAZLIB"; then echo "YAZ was not found. Use --with-yaz=DIR to specify location."