X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=9927342c8d03d41c6ccae75ba88f6f8e5f0d751a;hb=21ac4591a8f74b9de5030532d18d962bbe72b3d3;hp=2536c3a1e860d05379d04c34fc7ad3f6fc444f8d;hpb=e77e69cb9cf741189af0cd5ffb165c3d67cd7fa7;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index 2536c3a..9927342 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data ApS, 1995-2005 -dnl $Id: configure.in,v 1.125 2005-06-13 10:29:20 adam Exp $ +dnl $Id: configure.in,v 1.126 2005-06-14 20:03:01 adam Exp $ dnl AC_INIT(include/idzebra/version.h) AM_INIT_AUTOMAKE(idzebra,1.4.0) @@ -15,7 +15,7 @@ AM_DISABLE_SHARED AM_PROG_LIBTOOL dnl dnl ------ headers -AC_CHECK_HEADERS(sys/times.h unistd.h) +AC_CHECK_HEADERS(sys/times.h sys/time.h unistd.h) dnl ------ crypt AC_CHECK_LIB(crypt, crypt) if test "$ac_cv_lib_crypt_crypt" = "yes"; then @@ -348,6 +348,7 @@ AC_OUTPUT([ test/dmoz/Makefile test/sort/Makefile test/zsh/Makefile test/marcxml/Makefile test/charmap/Makefile test/codec/Makefile test/espec/Makefile + test/filters/Makefile examples/Makefile examples/gils/Makefile examples/zthes/Makefile examples/marc21/Makefile idzebra.spec