* config.guess: Replace old-style .. command substitution with

the more modern $(..) form.
	* config.sub: Likewise.
This commit is contained in:
Ben Elliston
2017-11-03 22:21:08 +11:00
parent e37d556198
commit a1aab4fe31
3 changed files with 150 additions and 144 deletions

View File

@ -1,3 +1,9 @@
2017-11-03 Ben Elliston <bje@gnu.org>
* config.guess: Replace old-style `..` command substitution with
the more modern $(..) form.
* config.sub: Likewise.
2017-11-03 Ben Elliston <bje@gnu.org>
* config.guess: Remove unnecessary parentheses inside `..` command