diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index f4231c0c71c7afbff0f95f58fa61902a6016caa3..e4e0bd68b715537ee7becfa87ee4d063a68460da 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,3 +1,8 @@ +2006-05-16 Mike Stump <mrs@apple.com> + + * configure.ac: Add -Wno-overlength-strings. + * configure: Regenerate. + 2006-05-14 Bernhard Fischer <aldot@gcc.gnu.org> * README: Fix typo. diff --git a/fixincludes/configure b/fixincludes/configure index 73ba870cb556a08ed9073659475b2100fdf82e6e..418b785fa8bb2cd2a099eb51fef9574485cf629d 100755 --- a/fixincludes/configure +++ b/fixincludes/configure @@ -2361,7 +2361,7 @@ WARN_CFLAGS= save_CFLAGS="$CFLAGS" for option in -W -Wall -Wwrite-strings -Wstrict-prototypes \ -Wmissing-prototypes -Wold-style-definition \ - -Wmissing-format-attribute; do + -Wmissing-format-attribute -Wno-overlength-strings; do as_acx_Woption=`echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh` echo "$as_me:$LINENO: checking whether $CC supports $option" >&5 diff --git a/fixincludes/configure.ac b/fixincludes/configure.ac index cc667ebb6ed1624d1c2c3773ab2b65b0dff29237..a24061ccab33798b9d17e810d8e19baf47e0b0ee 100644 --- a/fixincludes/configure.ac +++ b/fixincludes/configure.ac @@ -11,7 +11,7 @@ AC_PROG_CC ACX_PROG_CC_WARNING_OPTS([-W -Wall -Wwrite-strings -Wstrict-prototypes \ -Wmissing-prototypes -Wold-style-definition \ - -Wmissing-format-attribute]) + -Wmissing-format-attribute -Wno-overlength-strings]) ACX_PROG_CC_WARNING_ALMOST_PEDANTIC([-Wno-long-long]) # Only enable with --enable-werror-always until existing warnings are