]> arthur.barton.de Git - ngircd.git/blobdiff - configure.in
Update ngIRCd manual pages
[ngircd.git] / configure.in
index 7f1ac4958ba4e5fa5bd888fc2cf57291122f8609..0d1fe7fa9af101c252c79bbb9fbe690e5ea3126b 100644 (file)
@@ -12,7 +12,7 @@
 # -- Initialisation --
 
 AC_PREREQ(2.50)
-AC_INIT(ngircd, HEAD)
+AC_INIT(ngircd, 0.12.0)
 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