On Thu, 2002-10-31 at 05:38, Charles Wilson wrote:
> Charles Wilson wrote:

> @@ -2243,6 +2254,14 @@
>               add="$dir/$linklib"
>             elif test "$hardcode_minus_L" = yes; then
>               add_dir="-L$dir"
> +             # Try looking first in the location we're being installed to.
> +             if test -n "$inst_prefix_dir"; then
> +               case "$libdir" in
> +                 [\/]*)

This should use [\\/].  IIRC some versions of bash have a bug in their
matching that causes them not to match a backslash if it is not doubled.

Also, since this is probably an 'is_absolute' check, it should really be
[\\/]* | ?:[\\/]* )  (cfr the File System Conventions chapter in
the autoconf manual's portability section).

-- 
Tim Van Holder <[EMAIL PROTECTED]>
Anubex



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to