repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 157718a7a35cdbc4e25fca969ad9f16ae7e0f82c:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 157718a7a35cdbc4e25fca969ad9f16ae7e0f82c
Author: Alexander Barton 
Date:   Mon Sep 16 11:13:43 2002 +0000

    - es wird nun auch auf "sys/select.h" geprueft. U.a. fuer AIX notwendig.
    - Versionsnummer auf 0.5.0-pre1 angehoben.

diff --git a/configure.in b/configure.in
index 0438872ac3bfd33acb3e4a2fde5d205c3c403270..
index ..a005f4687248683515a1b69d885551c25c8dcc22 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.57 2002/09/09 10:00:15 alex Exp $
+# $Id: configure.in,v 1.58 2002/09/16 11:13:43 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,0.5.0-pre1)
 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 --

-----END OF PAGE-----