+2004-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * config/ltmain.m4sh (func_mode_finish) [solaris]: Fix [] escaping bug.
+
2004-12-02 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* config/ltmain.m4sh: Remove code which is no longer needed
$ECHO "See any operating system documentation about shared libraries for"
case $host in
- solaris2.[6789]|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."
;;