summaryrefslogtreecommitdiff
path: root/libjava/libltdl
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.ch>2004-05-03 22:48:13 +0200
committerAndreas Tobler <andreast@gcc.gnu.org>2004-05-03 22:48:13 +0200
commitdddf9bcc83ba546cb30e821fb762cdece490e097 (patch)
treed04f4b5bae16b1bdc7e278cea50dd8f58acb8782 /libjava/libltdl
parent007265b8053324bad333196e8815bcad1e05ffc8 (diff)
downloadgcc-dddf9bcc83ba546cb30e821fb762cdece490e097.tar.gz
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
Diffstat (limited to 'libjava/libltdl')
-rw-r--r--libjava/libltdl/ChangeLog6
-rw-r--r--libjava/libltdl/acinclude.m42
-rw-r--r--libjava/libltdl/aclocal.m42
-rwxr-xr-xlibjava/libltdl/configure2
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'
;;
*)
;;