]> git.ipfire.org Git - thirdparty/automake.git/commit
* automake.in (AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM): Replace by ...
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 1 Aug 2004 22:16:03 +0000 (22:16 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 1 Aug 2004 22:16:03 +0000 (22:16 +0000)
commit1947468fc2915f89251e4c1010d4eee8efe24001
tree002ec4f0e40cdb7b4876482fc4635dee7d263e4f
parentf85b7e99e897a4637ce5b454b6b7a721c7969ad8
* automake.in (AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM): Replace by ...
(AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM): ... these.
(scan_autoconf_traces): Scan for the latter three macros instead of
the former two.
(make_paragraphs): Adjust definitions of %BUILD%, %HOST%, and %TARGET%.
* tests/hosts.test: New file.
* tests/Makefile.am (TESTS): Add hosts.test.
Report and test case from Norman Gray.
12 files changed:
ChangeLog
Makefile.in
automake.in
doc/Makefile.in
lib/Automake/Makefile.in
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
m4/Makefile.in
tests/Makefile.am
tests/Makefile.in
tests/hosts.test [new file with mode: 0755]