autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: distcheck missing files


From: Kip Warner
Subject: Re: distcheck missing files
Date: Mon, 20 May 2013 21:27:10 -0700

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]