diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-03 20:48:13 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-03 20:48:13 +0000 |
commit | e1ba06871b3656cb885ca83f2af95dc36bd24bf1 (patch) | |
tree | d04f4b5bae16b1bdc7e278cea50dd8f58acb8782 /libjava/libltdl | |
parent | 2c2342e46e618ab924cef7fcf7e27ce8c85d36c6 (diff) | |
download | gcc-e1ba06871b3656cb885ca83f2af95dc36bd24bf1.tar.gz |
2004-05-03 Andreas Tobler <a.tobler@schweiz.ch>
* acinclude.m4: Replace -W with more speaking -Wextra.
* aclocal.m4: Regenerate.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81454 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/libltdl')
-rw-r--r-- | libjava/libltdl/ChangeLog | 6 | ||||
-rw-r--r-- | libjava/libltdl/acinclude.m4 | 2 | ||||
-rw-r--r-- | libjava/libltdl/aclocal.m4 | 2 | ||||
-rwxr-xr-x | libjava/libltdl/configure | 2 |
4 files changed, 9 insertions, 3 deletions
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 <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. 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' ;; *) ;; |