]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Upgrade to libtool-1.5.6.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Nov 2004 11:35:52 +0000 (11:35 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:56 +0000 (12:11 +0200)
autoconf-lib-link/ChangeLog
autoconf-lib-link/config.rpath

index 5e279b7346682da24e70167eaef517b02529d556..7b89021a5758cb61618fc8ed5a936ee60f9bd80c 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-11  Bruno Haible  <bruno@clisp.org>
+
+       * config.rpath: Upgrade to libtool-1.5.6.
+
 2004-10-30  James Youngman  <jay@gnu.org>
 
        * config.rpath: Modify comment to be consistent with the code.
index 2d704340b3066e3cfb9d0148a1a12465f5878de5..24aad33319e348ce4b327651c83b463bfa3e3be8 100755 (executable)
@@ -72,7 +72,7 @@ else
       ;;
     linux*)
       case $CC in
-        icc*|ecc*)
+        icc* | ecc*)
           wl='-Wl,'
           ;;
         ccc*)
@@ -176,6 +176,13 @@ if test "$with_gnu_ld" = yes; then
     sunos4*)
       hardcode_direct=yes
       ;;
+    linux*)
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+        :
+      else
+        ld_shlibs=no
+      fi
+      ;;
     *)
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
         :
@@ -455,6 +462,8 @@ case "$host_os" in
     ;;
   freebsd1*)
     ;;
+  kfreebsd*-gnu)
+    ;;
   freebsd*)
     ;;
   gnu*)
@@ -491,6 +500,8 @@ case "$host_os" in
     ;;
   linux*)
     ;;
+  knetbsd*-gnu)
+    ;;
   netbsd*)
     ;;
   newsos6)