Hello Andrey,

Aplogies for the delay.

* Andrey Simonenko wrote on Fri, Dec 22, 2006 at 11:47:03AM CET:
> 
> How to cancel flags set by AC_LANG_WERROR in autoconf-2.61?
> In other words, is there a way to set -Werror flag only for
> some of tests in configure.ac?  (of course it is possible to
> modify ac_c_werror_flag in configure.ac)

At the moment, the only way to do this is to modify $ac_c_werror_flag,
which however is undocumented in the Autoconf manual.

We have two choices: document ac_LANG_werror_flag, or add accessor
macros.  (Or document the current limitation and be done with it.)
WDYT?

Cheers,
Ralf


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to