X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=56446e9dca8ca84392c5935e7e101e48068b3f5d;hb=e63923d5a33d54806b2d73670c26c57480c484da;hp=ed3fd70d0e3e5746fc6f6e0604e5e0ef46987d58;hpb=57d5c3b970b0c95999f6894f3bbf3dc642b9010f;p=yaz-moved-to-github.git diff --git a/configure.ac b/configure.ac index ed3fd70..56446e9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1994-2006 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.29 2006-08-08 08:41:09 adam Exp $ +dnl $Id: configure.ac,v 1.44 2006-10-17 07:57:14 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[2.1.24],[adam@indexdata.dk]) +AC_INIT([yaz],[2.1.37],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) @@ -164,7 +164,7 @@ if test "$with_iconv" != "no"; then ]) fi dnl ------ various functions -AC_CHECK_FUNCS(vsnprintf gettimeofday poll strerror_r localtime_r usleep fopen64) +AC_CHECK_FUNCS(getaddrinfo vsnprintf gettimeofday poll strerror_r localtime_r usleep fopen64) case $host in *-*-darwin*) trypoll="no";