Changeset 2506

Show
Ignore:
Timestamp:
02/25/07 00:43:29 (2 years ago)
Author:
dhozac
Message:

Fix help message for --with-initscripts.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure.ac

    r2482 r2506  
    339339dnl Check what distro this is, use Gentoo initscripts if appropriate 
    340340AC_MSG_CHECKING([for host initscripts]) 
    341 AC_ARG_WITH(initscripts, [force host initscripts (valid values are: gentoo, sysv)], [ 
     341AC_ARG_WITH(initscripts, AC_HELP_STRING([--with-initscripts=TYPE], [force host initscripts; valid values are 'gentoo' and 'sysv' (default: guess)]), [ 
    342342        case "$withval" in 
    343343        gentoo) ensc_with_init=gentoo;;