From: Andreas Tobler Date: Mon, 3 May 2004 20:48:13 +0000 (+0200) Subject: acinclude.m4: Replace -W with more speaking -Wextra. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dddf9bcc83ba546cb30e821fb762cdece490e097;p=gcc.git acinclude.m4: Replace -W with more speaking -Wextra. 2004-05-03 Andreas Tobler * acinclude.m4: Replace -W with more speaking -Wextra. * aclocal.m4: Regenerate. * configure: Regenerate. From-SVN: r81454 --- diff --git a/libjava/libltdl/ChangeLog b/libjava/libltdl/ChangeLog index 3193f5c1adb..e4134ab8901 100644 --- a/libjava/libltdl/ChangeLog +++ b/libjava/libltdl/ChangeLog @@ -1,3 +1,9 @@ +2004-05-03 Andreas Tobler + + * acinclude.m4: Replace -W with more speaking -Wextra. + * aclocal.m4: Regenerate. + * configure: Regenerate. + 2004-03-10 Kelley Cook * configure.ac: Bump AC_PREREQ to 2.59. diff --git a/libjava/libltdl/acinclude.m4 b/libjava/libltdl/acinclude.m4 index ccb24e63a2f..47312e1bf21 100644 --- a/libjava/libltdl/acinclude.m4 +++ b/libjava/libltdl/acinclude.m4 @@ -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' ;; *) ;; diff --git a/libjava/libltdl/aclocal.m4 b/libjava/libltdl/aclocal.m4 index 31d8fbb6d42..ffc19a78403 100644 --- a/libjava/libltdl/aclocal.m4 +++ b/libjava/libltdl/aclocal.m4 @@ -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' ;; *) ;; diff --git a/libjava/libltdl/configure b/libjava/libltdl/configure index 84b834dc09f..cbe58d2532a 100755 --- a/libjava/libltdl/configure +++ b/libjava/libltdl/configure @@ -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' ;; *) ;;