X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=426478fc9ef319afb21d54f33228e1159d6352fc;hp=2895d1377387eeca04c5bf8dcaae31a83002342c;hb=43e4297c07b9c8b29bfc1ea647fc27456198f6ce;hpb=5afc1bbbed387dd110cd0902e90c0779e92f07c0 diff --git a/configure.ac b/configure.ac index 2895d13..426478f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2007 -dnl $Id: configure.ac,v 1.51 2007-02-07 13:19:35 marc Exp $ +dnl $Id: configure.ac,v 1.58 2007-05-09 07:36:06 adam Exp $ dnl AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.12],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.14],[zebra-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([1.8]) @@ -25,23 +25,15 @@ AC_PROG_CPP AM_PROG_LIBTOOL dnl dnl ------ headers -AC_CHECK_HEADERS(sys/resource.h sys/time.h sys/wait.h sys/utsname.h unistd.h) +AC_CHECK_HEADERS([sys/resource.h sys/time.h sys/wait.h sys/utsname.h unistd.h]) dnl ------ crypt -AC_CHECK_LIB(crypt, crypt) +AC_CHECK_LIB([crypt],[crypt]) if test "$ac_cv_lib_crypt_crypt" = "yes"; then AC_CHECK_HEADERS(crypt.h) fi 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.1.47) +YAZ_INIT([server],[3.0.2]) if test "$YAZVERSION" = "NONE"; then AC_MSG_ERROR([YAZ development libraries required]) fi