[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: config.sub/config.guess using nonportable $(...) substitutions
From: |
Warren Young |
Subject: |
Re: config.sub/config.guess using nonportable $(...) substitutions |
Date: |
Tue, 9 Mar 2021 14:11:36 -0700 |
On Mar 9, 2021, at 1:26 PM, Paul Eggert <eggert@cs.ucla.edu> wrote:
>
>> 1) There is no actual benefit to using $(...) over `...`.
>
> I disagree with that statement on technical grounds (not merely cosmetic
> grounds), as I've run into real problems in using `...` along with " and \,
Me too, plus nesting. The difference is most definitely not cosmetic.
> # caused a real-life problem for me on a real-life system, around 1979.
That’s the real trick, isn’t it? We have to set *some* threshold for dropping
support for old platforms. I expect Autoconf isn’t compatible with Ultrix any
more, for instance.
Solaris 10 dates from early 2005. We gave it 16 years of direct support, and
now it’s on a sort of “extended” support if you point Autoconf configure
scripts at a reasonable shell.
Autoconf came out in 1991, so it’s the equivalent of supporting Version 6 Unix
(1975) in the original release, which it probably didn’t do, given that the
Bourne shell didn’t even exist at that point.
Are the malcontents not expecting heroic levels of backwards compatibility that
Autoconf never has delivered?
What’s the limit?
- config.sub/config.guess using nonportable $(...) substitutions, Nick Bowler, 2021/03/08
- Re: config.sub/config.guess using nonportable $(...) substitutions, Dmitry V. Levin, 2021/03/08
- Re: config.sub/config.guess using nonportable $(...) substitutions, Karl Berry, 2021/03/08
- Re: config.sub/config.guess using nonportable $(...) substitutions, Paul Eggert, 2021/03/08
- Re: config.sub/config.guess using nonportable $(...) substitutions, Karl Berry, 2021/03/09
- Re: config.sub/config.guess using nonportable $(...) substitutions, Paul Eggert, 2021/03/09
- Re: config.sub/config.guess using nonportable $(...) substitutions,
Warren Young <=
- Re: config.sub/config.guess using nonportable $(...) substitutions, Tim Rice, 2021/03/09
- Re: config.sub/config.guess using nonportable $(...) substitutions, Zack Weinberg, 2021/03/09
- Re: config.sub/config.guess using nonportable $(...) substitutions, Nick Bowler, 2021/03/09
- Re: config.sub/config.guess using nonportable $(...) substitutions, Karl Berry, 2021/03/10
- Re: config.sub/config.guess using nonportable $(...) substitutions, Todd C. Miller, 2021/03/09
- Re: config.sub/config.guess using nonportable $(...) substitutions, Paul Eggert, 2021/03/09
Re: config.sub/config.guess using nonportable $(...) substitutions, Bob Friesenhahn, 2021/03/08
Re: config.sub/config.guess using nonportable $(...) substitutions, Tim Rice, 2021/03/08