]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (hardcode_shlibpath_var) [darwin7*]: Revert my
authorGary V. Vaughan <gary@gnu.org>
Sat, 2 Oct 2004 15:56:20 +0000 (15:56 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 2 Oct 2004 15:56:20 +0000 (15:56 +0000)
hack from 2004-09-30 now that I've removed /lib/hello.la and the
tests work properly for me again.

ChangeLog
m4/libtool.m4

index a42eacc37dbbeaa6712a7e2deeb0630fb29059e5..52f9c41f290b3a105f2f59da10d1172c063c919f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2004-09-23  Jim Tison  <jtison@us.ibm.com>
+2004-10-02  Gary V. Vaughan  <gary@gnu.org>
+
+       * m4/libtool.m4 (hardcode_shlibpath_var) [darwin7*]: Revert my
+       hack from 2004-09-30 now that I've removed /lib/hello.la and the
+       tests work properly for me again.
+
+2004-10-02  Jim Tison  <jtison@us.ibm.com>
 
        Initial support for s390x-ibm-tpf:
 
index 48131892dd96a546939ff791e362f7a7a2567bbf..b1f3eb5bb515af1c4c57efe3ac5ea0894e609c6a 100644 (file)
@@ -3818,28 +3818,25 @@ _LT_EOF
       ;;
 
     darwin* | rhapsody*)
-      case $host_os in
+      case "$host_os" in
         rhapsody* | darwin1.[[012]])
-          _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
-          ;;
-        *) # Darwin 1.3 on
-          case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
-            10.[[012]])
-              _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-              ;;
+         _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
+         ;;
+       *) # Darwin 1.3 on
+         case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
+           10.[[012]])
+             _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+             ;;
            10.*)
-              _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
-              ;;
-          esac
-          ;;
+             _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
+             ;;
+         esac
+         ;;
       esac
       _LT_TAGVAR(archive_cmds_need_lc, $1)=no
       _LT_TAGVAR(hardcode_direct, $1)=no
       _LT_TAGVAR(hardcode_automatic, $1)=yes
-      case $host_os in
-        darwin7.*) _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;;
-       *)         _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported ;;
-      esac
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
       _LT_TAGVAR(whole_archive_flag_spec, $1)=''
       _LT_TAGVAR(link_all_deplibs, $1)=yes
     if test "$GCC" = yes ; then