[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PATCH: eliminate backtick substitution
From: |
Karl Berry |
Subject: |
Re: PATCH: eliminate backtick substitution |
Date: |
Tue, 1 Dec 2020 16:40:07 -0700 |
Hi Dmitry,
It's time to join the 1990s and replace the backtick substitutions in
config.guess and config.sub with the $(..) command substitution
I admit I don't understand the reason behind this last change that Ben did.
What's wrong with `...`?
No question $(...) is nicer in principle, but the $(...) requirement
breaks Solaris 10 (per the last autoconf pre-release
announcement,
https://lists.gnu.org/archive/html/autotools-announce/2020-12/msg00000.html).
If there is an actual technical advantage to using $(...), that's one
thing, but if it's merely to use a prettier feature, then I don't see
why that's a good enough reason to break longstanding compatibility.
Thanks,
Karl
- Re: PATCH: eliminate backtick substitution,
Karl Berry <=