From 97a127fd10421a30f02d64fca74f4df6acf4a0bd Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Sat, 24 Feb 2007 23:43:29 +0000 Subject: [PATCH] Fix help message for --with-initscripts. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2506 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c1c51ad..7f3e4d7 100644 --- a/configure.ac +++ b/configure.ac @@ -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;; -- 1.8.1.5