X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=acea3e365158af92e2c01d6cf452c5dc7e465ed5;hb=e1dd69ab7c08046ca9e02ea55536492763bd9f2e;hp=3007b3c956ff8dbca74c4d471a18eed93cc29aa1;hpb=a31f9b2d25006c89ae7e9fb5870c0d222ee88a3a;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index 3007b3c..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.35 2002-04-08 13:50:12 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 @@ -194,5 +194,7 @@ AC_OUTPUT([ doc/zebra.xml doc/zebrahtml.dsl doc/zebraprint.dsl + doc/zebraphp.dsl test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile + test/dmoz/Makefile ])