For PR automake/317:
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 8 Jun 2002 16:56:11 +0000 (16:56 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 8 Jun 2002 16:56:11 +0000 (16:56 +0000)
commit7bb1f82b5e617bf24e6a511b4db1a375bf4d03e4
treee34e4010422afb3e690b6150c2000b95a84981bd
parent82e8eac0b6a28f3b7239e42d6ce813749b129751
For PR automake/317:
* Makefile.am (maintainer-check): Disallow `for f in $(FILES)',
suggest `list='$(FILES)'; for f in $$list' instead.
* lib/am/distdir.am (distdir): Adjust `for' usage.
* lib/am/texinfos.am (maintainer-clean-aminfo): Likewise.
* tests/dollar.test: New file.
* tests/Makefile.am (TESTS): Add dollar.test.
Reported by Eric Siegerman and Philip Fong.
13 files changed:
ChangeLog
Makefile.am
Makefile.in
THANKS
lib/Automake/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
lib/am/distdir.am
lib/am/texinfos.am
m4/Makefile.in
tests/Makefile.am
tests/Makefile.in
tests/dollar.test [new file with mode: 0755]