Re: configure defaults

Mike Frysinger <[email protected]> Mon, 17 Oct 2005 11:02:39 -0400
Newsgroups gmane.linux.pld.shadow.general
Organization wh0rd.org
Message-ID <[email protected]>
On Sunday 16 October 2005 03:38 pm, Jim Gifford wrote:
> The attached patch fixes the configure script.
> <snip>
>  	[AC_HELP_STRING([--with-audit], [use auditing support @<:@default=yes if
> found@:>@])], -	[with_audit=$withval], [with_audit=yes])
>  	[AC_HELP_STRING([--with-libpam], [use libpam for PAM support
> @<:@default=yes if found@:>@])], -	[with_libpam=$withval],
>  	[AC_HELP_STRING([--with-selinux], [use SELinux support
> @<:@default=autodetect@:>@])], -	[with_selinux=$withval],
>  	[AC_HELP_STRING([--with-skey], [use S/Key support @<:@default=no@:>@])],

if you're going to do that you need to update the HELP_STRING's too
-mike