On Mon, 2013-05-20 at 19:36 -0700, Kip Warner wrote: > Lastly, at the end of my ./configure, I'd like to output a general > summary of parameters the build will be created with. One of those is > whether NLS was enabled. Is there a way to check for $enable_nls without > having to manually define it like so? > > # Native language support... > AC_ARG_ENABLE([nls], > [AS_HELP_STRING([--disable-nls], > [do not use native language support @<:@default: yes@:>@])], > [enable_nls=${enableval}], > [enable_nls=yes]) This one I managed to solve by checking $USE_NLS =) -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf