]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [darwin*]: Fix a typo
authorGary V. Vaughan <gary@gnu.org>
Thu, 17 Jun 2004 11:54:22 +0000 (11:54 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 17 Jun 2004 11:54:22 +0000 (11:54 +0000)
in allow_undefined_flag: s,${Wl},${wl},g

ChangeLog
m4/libtool.m4

index 103a30f2df232ac080746f23a56c0d9c381187dd..3764e61f59585d92e914736c1b623d7ffaf5a78f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-06-17  Gary V. Vaughan  <gary@gnu.org>
 
+       * m4/libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [darwin*]: Fix a typo
+       in allow_undefined_flag: s,${Wl},${wl},g
+
        * libtoolize.in (func_scan_files): Accept AC_WITH_LTDL as an
        indication that libltdl is being used.
        (Main): Without AC_CONFIG_MACRO_DIR, don't just dump all the
index e42700c46f15bd8e32fb27b32c7d04db0164f67a..354aa5ae28eb18f626e8209c6aefdde5b1dbf3ca 100644 (file)
@@ -3840,7 +3840,7 @@ _LT_EOF
          ;;
        *) # Darwin 1.3 on
          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${Wl}suppress'
+           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
          else
            case ${MACOSX_DEPLOYMENT_TARGET} in
              10.[[012]])
@@ -4767,7 +4767,7 @@ if test -n "$compiler"; then
          ;;
        *) # Darwin 1.3 on
          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${Wl}suppress'
+           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
          else
            case ${MACOSX_DEPLOYMENT_TARGET} in
              10.[[012]])