Commit dddf9bcc by Andreas Tobler Committed by Andreas Tobler

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
parent 007265b8
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> 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Bump AC_PREREQ to 2.59. * configure.ac: Bump AC_PREREQ to 2.59.
......
...@@ -4643,7 +4643,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) ...@@ -4643,7 +4643,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
mvs*) mvs*)
case $cc_basename in case $cc_basename in
cxx) cxx)
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Wextra c,exportall'
;; ;;
*) *)
;; ;;
......
...@@ -4622,7 +4622,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) ...@@ -4622,7 +4622,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
mvs*) mvs*)
case $cc_basename in case $cc_basename in
cxx) cxx)
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Wextra c,exportall'
;; ;;
*) *)
;; ;;
......
...@@ -11255,7 +11255,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 ...@@ -11255,7 +11255,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
mvs*) mvs*)
case $cc_basename in case $cc_basename in
cxx) cxx)
lt_prog_compiler_pic_CXX='-W c,exportall' lt_prog_compiler_pic_CXX='-Wextra c,exportall'
;; ;;
*) *)
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment