]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Upgrade to libtool-1.5.20.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Sep 2005 16:12:01 +0000 (16:12 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:50 +0000 (12:12 +0200)
autoconf-lib-link/ChangeLog
autoconf-lib-link/config.rpath

index 707061b8148b141d6e8e298a1fed4029438f0c47..465fd71a287292406538bee058183bc1b184b883 100644 (file)
@@ -1,3 +1,7 @@
+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.
index cd2ad70e06576ee582447bb31cec7c18e770b2d0..56b91f670d81e9b21d9189c88f16b7c441297c03 100755 (executable)
@@ -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
         ;;