bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2] canonicalize: make the right guess when cross-compiling


From: Ludovic Courtès
Subject: Re: [PATCH 1/2] canonicalize: make the right guess when cross-compiling to GNU
Date: Sun, 08 Jul 2012 22:29:45 +0200
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.1 (gnu/linux)

Hi Bruno,

Bruno Haible <address@hidden> skribis:

> Hi Ludo,
>
>>       [case "$host_os" in
>>                  # Guess yes on glibc systems.
>> -        *-gnu*) gl_cv_func_realpath_works="guessing yes" ;;
>> +        *gnu*)  gl_cv_func_realpath_works="guessing yes" ;;
>>                  # If we don't know, assume the worst.
>>          *)      gl_cv_func_realpath_works="guessing no" ;;
>
> The Hurd porting guidelines [1] recommend to use an  | gnu*
> clause. This also sounds more future-proof: imagine what if a new OS
> comes along with the name 'bignux' or similar. The clause *gnu* would
> match it.

Right.

Thanks!
Ludo’.



reply via email to

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