From: Gary V. Vaughan Date: Sat, 16 Oct 2004 14:54:00 +0000 (+0000) Subject: * config/ltmain.m4sh (func_mode_finish): solaris-2.6 also has X-Git-Tag: release-1-9f~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f49de2fd54cb9c1876f21cece07b2b3230d462fb;p=thirdparty%2Flibtool.git * config/ltmain.m4sh (func_mode_finish): solaris-2.6 also has crle(1). Reported by Albert Chin-A-Young --- diff --git a/ChangeLog b/ChangeLog index 2428ae348..8c9457eb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-10-16 Gary V. Vaughan + + * config/ltmain.m4sh (func_mode_finish): solaris-2.6 also has + crle(1). + Reported by Albert Chin-A-Young + 2004-10-15 Gary V. Vaughan Update to the latest mailnotify script from @@ -30,7 +36,7 @@ 2004-10-13 Charles Wilson - * 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. diff --git a/config/ltmain.m4sh b/config/ltmain.m4sh index 6623c154b..ad778129c 100644 --- a/config/ltmain.m4sh +++ b/config/ltmain.m4sh @@ -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." ;;