libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: libtool 1.5.10 fails nopic test on Solaris


From: Ralf Wildenhues
Subject: FYI: libtool 1.5.10 fails nopic test on Solaris
Date: Tue, 28 Dec 2004 13:57:51 +0100
User-agent: Mutt/1.4.1i

Applied the first patch to all branches and the second to HEAD and
branch-2-0 (bug not present in branch-1-5).

Regards,
Ralf

> 2004-12-18  Ralf Wildenhues <address@hidden>
> 
>       * ltmain.in (func_extract_archives): Not all shells grok
>       `read -r' (unnecessary in this case).
>       Reported by Ralf Menzel <address@hidden>.
> 
> Index: ltmain.in
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/Attic/ltmain.in,v
> retrieving revision 1.334.2.43
> diff -u -r1.334.2.43 ltmain.in
> --- ltmain.in 11 Dec 2004 14:40:23 -0000      1.334.2.43
> +++ ltmain.in 18 Dec 2004 17:58:33 -0000
> @@ -258,7 +258,7 @@
>        $show "cp $f_ex_an_ar_oldlib $f_ex_an_ar_dir/$f_ex_an_ar_lib"
>        $run eval "cp \$f_ex_an_ar_oldlib \$f_ex_an_ar_dir/\$f_ex_an_ar_lib"
>        $AR t "$f_ex_an_ar_oldlib" | sort | uniq -c \
> -     | $EGREP -v '^[         ]*1[    ]' | while read -r count name
> +     | $EGREP -v '^[         ]*1[    ]' | while read count name
>        do
>       i=1
>       while test "$i" -le "$count"

> 2004-12-18  Ralf Wildenhues <address@hidden>
> 
>       * m4/libtool.m4 (_LT_PROG_ECHO_BACKSLASH): Fix variable
>       quoting; allows lt_ECHO to match --fallback-echo again.
> 
> Index: m4/libtool.m4
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
> retrieving revision 1.125.2.16
> diff -u -r1.125.2.16 libtool.m4
> --- m4/libtool.m4     13 Dec 2004 16:20:30 -0000      1.125.2.16
> +++ m4/libtool.m4     18 Dec 2004 17:58:39 -0000
> @@ -692,7 +692,7 @@
>  # Check that we are running under the correct shell.
>  SHELL=${CONFIG_SHELL-/bin/sh}
>  
> -case $lt_ECHO in
> +case X$lt_ECHO in
>  X*--fallback-echo)
>    # Remove one level of quotation (which was required for Make).
>    ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]