]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG, AC_LIBTOOL_PROG_LD_SHLIBS)
authorRobert Boehne <rboehne@ricardo-us.com>
Mon, 23 Jul 2001 21:22:03 +0000 (21:22 +0000)
committerRobert Boehne <rboehne@gnu.org>
Mon, 23 Jul 2001 21:22:03 +0000 (21:22 +0000)
[aix4*, aix5*]: Fixed a mispelled binder option under AIX.
The option to throw errors for unresolved external references is
-bernotok, not -bnoerok.

ChangeLog
libtool.m4

index 33c1a35dca5068e5befd6887388ccb8c2ebee9a4..3625f0ca4cad3e8cf21552d47966c5c4f76dc37a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-23  Robert Boehne  <rboehne@ricardo-us.com>
+
+       * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG, AC_LIBTOOL_PROG_LD_SHLIBS)
+       [aix4*, aix5*]: Fixed a mispelled binder option under AIX.
+       The option to throw errors for unresolved external references is
+       -bernotok, not -bnoerok.
+
 2001-07-23  Gary V. Vaughan  <gary@gnu.org>
 
        * Makefile.am (EXTRA_DIST): Don't forget to distribute
index 1cf7138ce42c3519a9636fb151ec39cb74ee79bd..b22d9d1e34d4b53ee70facb0a4256318fb8537d9 100644 (file)
@@ -2445,7 +2445,7 @@ case $host_os in
         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
         # Warning - without using the other run time loading flags,
         # -berok will link without error, but may produce a broken library.
-        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bnoerok'
+        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
         # -bexpall does not export symbols beginning with underscore (_)
         _LT_AC_TAGVAR(always_export_symbols, $1)=yes
@@ -4514,7 +4514,7 @@ EOF
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
           # Warning - without using the other run time loading flags,
           # -berok will link without error, but may produce a broken library.
-          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bnoerok'
+          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
           # -bexpall does not export symbols beginning with underscore (_)
           _LT_AC_TAGVAR(always_export_symbols, $1)=yes