X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=c9b6950c14b0154bb23feaf31b74935f109a67dc;hb=8fac074c14a0b5f7f60d3c41dcaf0d9a46841e0b;hp=36a2c3f4776a18b41d6a906d918ba0866e4c8bb1;hpb=d5c921e71defabcb16299ee27bd7c9bdabe2e461;p=idzebra-moved-to-github.git diff --git a/configure.ac b/configure.ac index 36a2c3f..c9b6950 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2006 -dnl $Id: configure.ac,v 1.37 2006-11-06 20:48:42 adam Exp $ +dnl $Id: configure.ac,v 1.39 2006-11-23 21:38:26 adam Exp $ dnl AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.5],[adam@indexdata.dk]) +AC_INIT([idzebra],[2.0.5],[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