* config/ltmain.m4sh (func_mode_finish): solaris-2.6 also has

crle(1).
Reported by Albert Chin-A-Young <china@thewrittenword.com>
This commit is contained in:
Gary V. Vaughan 2004-10-16 15:02:05 +00:00
parent fd13e4f5ca
commit f5eb2e88c3
2 changed files with 7 additions and 1 deletions

View File

@ -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-16 Gary V. Vaughan <gary@gnu.org>
Add some new tests for Libtool's support of Automake

View 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."
;;