X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.in;h=f02835fb9bca4d0b7eacaa00106ea90487235458;hb=5af91fc0052cabeee956c8b0b3c61299d85f795e;hp=7f1ac4958ba4e5fa5bd888fc2cf57291122f8609;hpb=7df90846e1a2c56a07127b805612d0853e6b3e03;p=ngircd-alex.git diff --git a/configure.in b/configure.in index 7f1ac495..f02835fb 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, HEAD) +AC_INIT(ngircd, dev) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) @@ -136,11 +136,10 @@ AC_FUNC_FORK AC_FUNC_STRFTIME AC_CHECK_FUNCS([ \ - bind gethostbyaddr gethostbyname gethostname inet_ntoa malloc memmove \ - memset realloc setsid setsockopt socket strcasecmp strchr strcspn strerror \ - strstr waitpid],,AC_MSG_ERROR([required function missing!])) + bind gethostbyaddr gethostbyname gethostname inet_ntoa \ + setsid setsockopt socket strcasecmp waitpid],,AC_MSG_ERROR([required function missing!])) -AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf strdup strlcpy strlcat) +AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf strdup strlcpy strlcat strtok_r) # -- Configuration options -- @@ -428,7 +427,7 @@ fi # enable support for IPv6? x_ipv6_on=no AC_ARG_ENABLE(ipv6, - [ --enable-ipv6, enable IPv6 protocol support], + [ --enable-ipv6 enable IPv6 protocol support], if test "$enableval" = "yes"; then x_ipv6_on=yes; fi ) if test "$x_ipv6_on" = "yes"; then