* configure.in: Use AC_PROG_CPP_WERROR.

* configure: Regenerated.
This commit is contained in:
Daniel Jacobowitz 2003-09-25 14:26:41 +00:00
parent 28cd87675d
commit 8ddbb5935d
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'