automake-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] Use the first form of test command


From: Issam E. Maghni
Subject: Re: [PATCH] Use the first form of test command
Date: Mon, 17 Aug 2020 03:06:28 +0200 (CEST)

Hey Karl, thank you for your quick response!
I did what you’ve asked.
https://lists.gnu.org/archive/html/config-patches/2020-08/msg00002.html
Cheers!

> On 08/17/2020 12:47 AM Karl Berry <karl@freefriends.org> wrote:
> 
>  
> Hi Issam,
> 
>     --- a/lib/config.guess
>     +++ b/lib/config.guess
>     ...
>     - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
>     + if test "$CC_FOR_BUILD" != no_compiler_found; then
> 
> I agree, and also it's common practice in the basic utility scripts to
> use test, but this patch needs to go to config-patches@gnu.org. The
> config.guess in Automake is a slave copy. (Ben Elliston maintains it.)
> Can you resend it there please?
> 
> Thanks,
> Karl



reply via email to

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