acinclude.m4: Replace -W with more speaking -Wextra.
authorAndreas Tobler <a.tobler@schweiz.ch>
Mon, 3 May 2004 20:48:13 +0000 (22:48 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Mon, 3 May 2004 20:48:13 +0000 (22:48 +0200)
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

libjava/libltdl/ChangeLog
libjava/libltdl/acinclude.m4
libjava/libltdl/aclocal.m4
libjava/libltdl/configure

index 3193f5c1adbead98231ca7aba4884808d07d62e0..e4134ab89011281ac6eeafa7455d70694b47c3b2 100644 (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.
index ccb24e63a2f1fcff83f5a7af5ecc9d527d2e5a05..47312e1bf21148c4258c3518386e62a16be3dffe 100644 (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'
            ;;
          *)
            ;;
index 31d8fbb6d425a537d903a3a5fc153b8423e89c60..ffc19a78403f117e42948133416ebbc51df96bb5 100644 (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'
            ;;
          *)
            ;;
index 84b834dc09fd2bdf3827e35eac0c72c4ee3942dd..cbe58d2532abb942c06381c1a5841da792e92c5b 100755 (executable)
@@ -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'
            ;;
          *)
            ;;