X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=46df65db0436d7f5844d4811a726e55ba714619e;hb=af719e60c5e277ac006d3e3e19ef308f94c61b71;hp=49bdac990f82abfa54120fbab14a5c1878b7800f;hpb=eaeda12c54910f83a6dae9d32ead2bc8ee9a1b93;p=ngircd-alex.git diff --git a/configure.in b/configure.in index 49bdac99..46df65db 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: configure.in,v 1.56 2002/09/07 17:59:08 alex Exp $ +# $Id: configure.in,v 1.62 2002/10/07 21:16:12 alex Exp $ # # -- Initialisierung -- @@ -18,7 +18,7 @@ AC_INIT AC_PREREQ(2.50) AC_CANONICAL_TARGET AC_CONFIG_SRCDIR(src/config.h.in) -AM_INIT_AUTOMAKE(ngircd,CurrentCVS) +AM_INIT_AUTOMAKE(ngircd,CVSHEAD) AM_CONFIG_HEADER(src/config.h) # -- Templates fuer config.h -- @@ -66,7 +66,7 @@ AC_CHECK_HEADERS([ \ strings.h sys/socket.h sys/time.h unistd.h \ ],,AC_MSG_ERROR([required C header missing!])) -AC_CHECK_HEADERS(arpa/inet.h malloc.h stdint.h varargs.h) +AC_CHECK_HEADERS(arpa/inet.h malloc.h stdint.h sys/select.h varargs.h) # -- Datentypen -- @@ -192,7 +192,9 @@ AC_OUTPUT([ \ src/Makefile \ src/portab/Makefile \ src/ngircd/Makefile \ + src/testsuite/Makefile \ man/Makefile \ + contrib/Makefile \ ]) # -- Ergebnis --