Fix help message for --with-initscripts.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 24 Feb 2007 23:43:29 +0000 (23:43 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 24 Feb 2007 23:43:29 +0000 (23:43 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2506 94cd875c-1c1d-0410-91d2-eb244daf1a30

configure.ac

index c1c51ad..7f3e4d7 100644 (file)
@@ -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;;