summaryrefslogtreecommitdiff
path: root/autoconf-lib-link
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-09-19 16:12:01 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:50 +0200
commit8560e8c45f63844c0b3707899b7b7d8d889e3d88 (patch)
tree1763cac9ae4ce18f28671b0ffbb603cd68a301c9 /autoconf-lib-link
parent2443065b1cd04aacd2307dc9271aa0609ae4a69d (diff)
downloadgettext-8560e8c45f63844c0b3707899b7b7d8d889e3d88.tar.gz
Upgrade to libtool-1.5.20.
Diffstat (limited to 'autoconf-lib-link')
-rw-r--r--autoconf-lib-link/ChangeLog4
-rwxr-xr-xautoconf-lib-link/config.rpath6
2 files changed, 7 insertions, 3 deletions
diff --git a/autoconf-lib-link/ChangeLog b/autoconf-lib-link/ChangeLog
index 707061b81..465fd71a2 100644
--- a/autoconf-lib-link/ChangeLog
+++ b/autoconf-lib-link/ChangeLog
@@ -1,5 +1,9 @@
2005-09-18 Bruno Haible <bruno@clisp.org>
+ * config.rpath: Upgrade to libtool-1.5.20.
+
+2005-09-18 Bruno Haible <bruno@clisp.org>
+
* config.rpath: Complete upgrade to libtool-1.5.16.
2005-05-01 Bruno Haible <bruno@clisp.org>
diff --git a/autoconf-lib-link/config.rpath b/autoconf-lib-link/config.rpath
index cd2ad70e0..56b91f670 100755
--- a/autoconf-lib-link/config.rpath
+++ b/autoconf-lib-link/config.rpath
@@ -25,7 +25,7 @@
# known workaround is to choose shorter directory names for the build
# directory and/or the installation directory.
-# All known linkers require a `.a' archive for static linking (except M$VC,
+# All known linkers require a `.a' archive for static linking (except MSVC,
# which needs '.lib').
libext=a
shrext=.so
@@ -342,7 +342,7 @@ else
;;
hpux10* | hpux11*)
if test "$with_gnu_ld" = no; then
- case "$host_cpu" in
+ case $host_cpu in
hppa*64*)
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
hardcode_libdir_separator=:
@@ -490,7 +490,7 @@ case "$host_os" in
gnu*)
;;
hpux9* | hpux10* | hpux11*)
- case "$host_cpu" in
+ case $host_cpu in
ia64*)
shrext=.so
;;