]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.in
Add tests for MOTD, VERSION, TIME, USERHOST
[ngircd-alex.git] / configure.in
index 7f1ac4958ba4e5fa5bd888fc2cf57291122f8609..0f17322afae6ca43177fdcc73afa89f06582e1e8 100644 (file)
@@ -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)
@@ -428,7 +428,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