]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.in
- Dokumentation aktualisiert.
[ngircd-alex.git] / configure.in
index 49bdac990f82abfa54120fbab14a5c1878b7800f..b707b60be46512d8aef2a95b65de996831ea27f4 100644 (file)
@@ -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.61 2002/10/01 09:57:08 alex Exp $
 #
 
 # -- Initialisierung --
@@ -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 --