libtool-patches
[Top][All Lists]
Advanced

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

Re: darwin.7.diff


From: Bob Friesenhahn
Subject: Re: darwin.7.diff
Date: Sun, 30 Mar 2003 22:12:05 -0600 (CST)

This patch seems to have done the trick.

Thanks,

Bob

On Mon, 31 Mar 2003, Peter O'Gorman wrote:

> Seems I don't have to move around /bin/sh to check...
> If this works for you, let me know.
>
> Thanks,
> Peter
> Index: libtool.m4
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/libtool.m4,v
> retrieving revision 1.311
> diff -u -d -b -w -u -r1.311 libtool.m4
> --- libtool.m4        22 Mar 2003 06:34:27 -0000      1.311
> +++ libtool.m4        31 Mar 2003 03:19:10 -0000
> @@ -392,6 +392,8 @@
>       :
>         elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0"
> --fallback-echo '\t') 2>/dev/null` &&
>          test "X$echo_testing_string" = 'X\t' &&
> +        eval echo_test_var=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo
> '\\\t') 2>/dev/null` &&
> +        test "X$echo_test_var" = "X\t" &&
>          echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0"
> --fallback-echo "$echo_test_string") 2>/dev/null` &&
>          test "X$echo_testing_string" = "X$echo_test_string"; then
>       CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
> @@ -401,6 +403,8 @@
>       echo="$CONFIG_SHELL [$]0 --fallback-echo"
>         elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo
> '\t') 2>/dev/null` &&
>          test "X$echo_testing_string" = 'X\t' &&
> +        eval echo_test_var=`($CONFIG_SHELL "[$]0" --fallback-echo '\\\t')
> 2>/dev/null` &&
> +        test "X$echo_test_var" = "X\t" &&
>          echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo
> "$echo_test_string") 2>/dev/null` &&
>          test "X$echo_testing_string" = "X$echo_test_string"; then
>       echo="$CONFIG_SHELL [$]0 --fallback-echo"
>
>

======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen





reply via email to

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