configure.in: Use AC_PROG_CPP_WERROR.

* configure.in: Use AC_PROG_CPP_WERROR.
	* configure: Regenerated.

From-SVN: r71775
This commit is contained in:
Daniel Jacobowitz 2003-09-25 14:27:45 +00:00 committed by Daniel Jacobowitz
parent eaaad728d4
commit b033df9072
3 changed files with 506 additions and 761 deletions

View File

@ -1,3 +1,8 @@
2003-09-24 Daniel Jacobowitz <drow@mvista.com>
* configure.in: Use AC_PROG_CPP_WERROR.
* configure: Regenerated.
2003-09-22 Andrew Cagney <cagney@redhat.com>
* floatformat.c (floatformat_i387_ext_is_valid): New function.

1261
libiberty/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -101,6 +101,7 @@ AC_CHECK_TOOL(RANLIB, ranlib, :)
GCC_NO_EXECUTABLES
AC_PROG_CC
AC_PROG_CPP_WERROR
if test x$GCC = xyes; then
ac_libiberty_warn_cflags='-W -Wall -Wtraditional -pedantic'