Version 0.30.213.
[util-vserver.git] / configure.ac
index c1c51ad..b3a6340 100644 (file)
@@ -24,7 +24,7 @@ dnl distribution terms that you use for the rest of that program.
 dnl  
 
 AC_PREREQ(2.57)
-AC_INIT(util-vserver, 0.30.212, vserver@list.linux-vserver.org)
+AC_INIT(util-vserver, 0.30.213, vserver@list.linux-vserver.org)
 AC_CONFIG_SRCDIR([src/capchroot.c])
 AC_CONFIG_HEADER([config.h])
 
@@ -338,7 +338,7 @@ dnl ########################
 
 dnl Check what distro this is, use Gentoo initscripts if appropriate
 AC_MSG_CHECKING([for host initscripts])
-AC_ARG_WITH(initscripts, [force host initscripts (valid values are: gentoo, sysv)], [
+AC_ARG_WITH(initscripts, AC_HELP_STRING([--with-initscripts=TYPE], [force host initscripts; valid values are 'gentoo' and 'sysv' (default: guess)]), [
        case "$withval" in
        gentoo) ensc_with_init=gentoo;;
        sysv)   ensc_with_init=sysv;;