X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=b9ea1072cd248941bf0c4c7cd6f55debdabc6058;hp=e2e953ed8a2c04c077b854b2892672ad8468a7ec;hb=9757a9ac857180889850aec2756595c04501aeb7;hpb=dcd1514bd18b7c8623f2f2271f36d11948cf3821 diff --git a/configure.ac b/configure.ac index e2e953e..b9ea107 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2006 -dnl $Id: configure.ac,v 1.38 2006-11-17 17:32:45 adam Exp $ +dnl $Id: configure.ac,v 1.41 2006-11-28 11:42:13 adam Exp $ dnl AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.5],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.6],[zebra-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([1.8]) @@ -25,7 +25,7 @@ AC_PROG_CPP AM_PROG_LIBTOOL dnl dnl ------ headers -AC_CHECK_HEADERS(sys/resource.h sys/times.h sys/time.h sys/wait.h unistd.h) +AC_CHECK_HEADERS(sys/resource.h sys/times.h sys/time.h sys/wait.h sys/utsname.h unistd.h) dnl ------ crypt AC_CHECK_LIB(crypt, crypt) if test "$ac_cv_lib_crypt_crypt" = "yes"; then @@ -41,7 +41,7 @@ else fi dnl dnl ------ YAZ -YAZ_INIT($yazflag,2.1.35) +YAZ_INIT($yazflag,2.1.40) if test "$YAZVERSION" = "NONE"; then AC_MSG_ERROR([YAZ development libraries required]) fi