X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=aclocal.m4;h=5a558d0c2a2ad4e3203675c5a0dc9b70402055d1;hp=5736b6cc4ca4ee1b5a23c6b2785b941a5232daf0;hb=c13e57306ae5c4431fddd0fe856c3bcae6aeeb2c;hpb=a6e4fdd3cdc7d71be239c8cae7bc2c2145619e60 diff --git a/aclocal.m4 b/aclocal.m4 index 5736b6cc..5a558d0c 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -28,7 +28,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: aclocal.m4,v 1.434 2007/06/02 16:03:25 tom Exp $ +dnl $Id: aclocal.m4,v 1.435 2007/07/14 13:40:10 tom Exp $ dnl Macros used in NCURSES auto-configuration script. dnl dnl These macros are maintained separately from NCURSES. The copyright on @@ -1154,7 +1154,7 @@ if test "$GCC" = yes ; then fi ])dnl dnl --------------------------------------------------------------------------- -dnl CF_GCC_WARNINGS version: 20 updated: 2005/08/06 18:37:29 +dnl CF_GCC_WARNINGS version: 21 updated: 2007/06/27 18:12:15 dnl --------------- dnl Check if the compiler supports useful warning options. There's a few that dnl we don't use, simply because they're too noisy: @@ -1200,7 +1200,7 @@ then AC_CHECKING([for $CC warning options]) cf_save_CFLAGS="$CFLAGS" EXTRA_CFLAGS="-Wall" - for cf_opt in $1 \ + for cf_opt in \ wd1419 \ wd1682 \ wd1683 \