X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=d5f70f47f4e6a8c5603c4d7b66b1e195a5f33326;hb=e2f07a294e07cb1a8b9659afd2d834a26ee2baed;hp=b34226d53af0ec85108fd1295efdaae95609d2cd;hpb=04a991ce4fba7c149df537f3050af0e600c23b28;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index b34226d..d5f70f4 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ -dnl Zebra, Index Data Aps, 1994-2000 -dnl $Id: configure.in,v 1.27 2001-02-26 22:14:59 adam Exp $ +dnl Zebra, Index Data Aps, 1994-2002 +dnl $Id: configure.in,v 1.32 2002-03-15 20:11:36 adam Exp $ dnl AC_INIT(include/zebraver.h) AC_MSG_CHECKING(for package) @@ -7,24 +7,24 @@ if test -r ${srcdir}/LICENSE.zmbol; then AC_MSG_RESULT([Z'mbol]) PROGPREFIX=zmbol AC_DEFINE(ZMBOL,1) - AM_INIT_AUTOMAKE(zmbol,1.1) + AM_INIT_AUTOMAKE(zmbol,1.1.1) else AC_MSG_RESULT([Zebra]) PROGPREFIX=zebra AC_DEFINE(ZMBOL,0) - AM_INIT_AUTOMAKE(zebra,1.1) + AM_INIT_AUTOMAKE(zebra,1.1.1) if test ! -r ${srcdir}/isam; then mkdir ${srcdir}/isam - touch ${srcdir}/isam/Makefile.in fi + touch ${srcdir}/isam/Makefile.in if test ! -r ${srcdir}/isamc; then mkdir ${srcdir}/isamc - touch ${srcdir}/isamc/Makefile.in fi + touch ${srcdir}/isamc/Makefile.in if test ! -r ${srcdir}/isamb; then mkdir ${srcdir}/isamb - touch ${srcdir}/isamb/Makefile.in fi + touch ${srcdir}/isamb/Makefile.in fi AM_CONDITIONAL(ISZMBOL,test $PACKAGE = zmbol) dnl ------ Substitutions @@ -77,7 +77,9 @@ else fi dnl dnl ------ times -AC_CHECK_HEADERS(sys/times.h pthread.h) +AC_CHECK_HEADERS(sys/times.h) +dnl ------ mkstemp +AC_CHECK_FUNCS(mkstemp) dnl dnl ------- BZIP2 AC_CHECK_LIB(bz2,bzCompressInit) @@ -152,5 +154,5 @@ AC_OUTPUT([ include/Makefile tab/Makefile doc/Makefile - test/Makefile test/gils/Makefile test/usmarc/Makefile + test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile ])