]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* config/ltmain.m4sh (func_mode_finish): solaris-2.6 also has
authorGary V. Vaughan <gary@gnu.org>
Sat, 16 Oct 2004 14:54:00 +0000 (14:54 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 16 Oct 2004 14:54:00 +0000 (14:54 +0000)
crle(1).
Reported by Albert Chin-A-Young <china@thewrittenword.com>

ChangeLog
config/ltmain.m4sh

index 2428ae34862e8fbc4de153be52657cb2c3ee4d30..8c9457eb068889e06f9c6c4aa566b0d5a717e3df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-16  Gary V. Vaughan  <gary@gnu.org>
+
+       * config/ltmain.m4sh (func_mode_finish): solaris-2.6 also has
+       crle(1).
+       Reported by Albert Chin-A-Young <china@thewrittenword.com>
+
 2004-10-15  Gary V. Vaughan  <gary@gnu.org>
 
        Update to the latest mailnotify script from
@@ -30,7 +36,7 @@
 
 2004-10-13  Charles Wilson  <spam.protected>
 
-       * config/ltmain.m4sh: add foo/bin for every foo/lib 
+       * config/ltmain.m4sh: add foo/bin for every foo/lib
        in dllsearchpath when creating wrapper script.  Fixes
        depdemo-relink test failure.
 
index 6623c154bcb44be4a549ec3e49a1ef672312117b..ad778129c828a6cdc9043e1dc42fa68eef709447 100644 (file)
@@ -1615,7 +1615,7 @@ func_mode_finish ()
 
     $ECHO "See any operating system documentation about shared libraries for"
     case $host in
-      solaris2.[789]|solaris2.1[0-9])
+      solaris2.[6789]|solaris2.1[0-9])
         $ECHO "more information, such as the ld(1), crle(1) and ld.so(8) manual"
        $ECHO "pages."
        ;;