X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=configure.in;h=775178e6c39acadf240686fcbc0033f56bec5693;hb=3179bd3090ead06886d830ac33f540e9a5ee1b9a;hp=1ebaadbf6711495898f1a35e643da29bcf97e855;hpb=44fdde761040e49d55c87581afac7ee75cafd9bc;p=ngircd.git diff --git a/configure.in b/configure.in index 1ebaadbf..775178e6 100644 --- a/configure.in +++ b/configure.in @@ -8,13 +8,13 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: configure.in,v 1.110 2005/05/21 21:34:47 alex Exp $ +# $Id: configure.in,v 1.111.2.6 2005/10/15 12:44:08 alex Exp $ # # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, CVSHEAD) +AC_INIT(ngircd, 0.9.2) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) @@ -91,8 +91,8 @@ AC_CHECK_HEADERS([arpa/inet.h ctype.h malloc.h stdbool.h stddef.h varargs.h]) AC_MSG_CHECKING(whether socklen_t exists) AC_TRY_COMPILE([ -#include #include +#include ],[ socklen_t a, b; a = 2; b = 4; a += b;