[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_PROG_WERROR
From: |
Akim Demaille |
Subject: |
Re: AC_PROG_WERROR |
Date: |
Fri, 17 Oct 2003 10:06:19 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
> address@hidden AC_LANG_WERROR
> address@hidden
> +Normally Autoconf ignores warnings generated by the compiler, linker, and
> +preprocessor. If this macro is used, warnings will be treated as fatal
> +errors instead for the current language. This macro is useful when the
> +results of configuration will be used where warnings are unacceptable; for
> +instance, if parts of a program are built with the GCC @samp{-Werror}
> +option. If the whole program will be built using @samp{-Werror} it is
> +often simpler to put @samp{-Werror} in @code{CFLAGS}, @code{CXXFLAGS}, et
> +cetera.
I'd prefer
If the whole program will be built using @samp{-Werror} it is
often simpler to put @samp{-Werror} in the compiler flags
(@code{CFLAGS} etc.).
Looks good, please install (drow is given write access).