X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=acea3e365158af92e2c01d6cf452c5dc7e465ed5;hb=99328ff8ecb84ae5b26c27f2c65d1f511f2f00f2;hp=b9ba2f917df92b6aba7fa198d7126dee157549bd;hpb=dd8372e3f27c68a0410f13044dd184ccde8ca243;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index b9ba2f9..acea3e3 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data Aps, 1994-2002 -dnl $Id: configure.in,v 1.36 2002-04-08 19:52:29 adam Exp $ +dnl $Id: configure.in,v 1.38 2002-07-25 13:06:43 adam Exp $ dnl AC_INIT(include/zebraver.h) AC_MSG_CHECKING(for package) @@ -7,12 +7,12 @@ if test -r ${srcdir}/LICENSE.zmbol; then AC_MSG_RESULT([Z'mbol]) PROGPREFIX=zmbol AC_DEFINE(ZMBOL,1) - AM_INIT_AUTOMAKE(zmbol,1.2.0) + AM_INIT_AUTOMAKE(zmbol,1.3.0) else AC_MSG_RESULT([Zebra]) PROGPREFIX=zebra AC_DEFINE(ZMBOL,0) - AM_INIT_AUTOMAKE(zebra,1.2.0) + AM_INIT_AUTOMAKE(zebra,1.3.0) fi AM_CONDITIONAL(ISZMBOL,test $PACKAGE = zmbol) dnl ------ Substitutions @@ -114,7 +114,7 @@ else fi dnl dnl ------ times -AC_CHECK_HEADERS(sys/times.h) +AC_CHECK_HEADERS(sys/times.h iconv.h) dnl ------ mkstemp AC_CHECK_FUNCS(mkstemp) dnl @@ -196,4 +196,5 @@ AC_OUTPUT([ doc/zebraprint.dsl doc/zebraphp.dsl test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile + test/dmoz/Makefile ])