mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-27 07:09:26 +08:00
* 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:
parent
fd13e4f5ca
commit
f5eb2e88c3
@ -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
|
||||
|
@ -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."
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user