acinclude.m4: Replace -W with more speaking -Wextra.

2004-05-03  Andreas Tobler  <a.tobler@schweiz.ch>

	* acinclude.m4: Replace -W with more speaking -Wextra.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.

From-SVN: r81454
This commit is contained in:
Andreas Tobler 2004-05-03 22:48:13 +02:00 committed by Andreas Tobler
parent 007265b805
commit dddf9bcc83
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2004-05-03 Andreas Tobler <a.tobler@schweiz.ch>
* acinclude.m4: Replace -W with more speaking -Wextra.
* aclocal.m4: Regenerate.
* configure: Regenerate.
2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Bump AC_PREREQ to 2.59.

View File

@ -4643,7 +4643,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
mvs*)
case $cc_basename in
cxx)
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Wextra c,exportall'
;;
*)
;;

View File

@ -4622,7 +4622,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
mvs*)
case $cc_basename in
cxx)
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Wextra c,exportall'
;;
*)
;;

View File

@ -11255,7 +11255,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
mvs*)
case $cc_basename in
cxx)
lt_prog_compiler_pic_CXX='-W c,exportall'
lt_prog_compiler_pic_CXX='-Wextra c,exportall'
;;
*)
;;