]> sourceware.org Git - automake.git/commit
Fix for PR automake/352:
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 28 Jan 2003 23:24:25 +0000 (23:24 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 28 Jan 2003 23:24:25 +0000 (23:24 +0000)
commitbe6c93a327e67c50ec1fb39e58617404f2578fd7
tree4eadb6cd3caa49f5c231ce5537e7aecb614551ed
parentbcfaba62a30b46d2ecfd5b6d7120de6d35ea8090
Fix for PR automake/352:
* automake.in (transform_variable_recursively): If the destination
and the source variables are the same, delete the source variable
before defining the destination variable.
(handle_programs): Strip any $(EXEEXT) suffix from $one_file,
or this will confuse handle_source_transform.
(append_exeext): Rewrite using transform_variable_recursively.
* tests/cond29.test, tests/cond30.test: New files.
* tests/exeext.test: Run ./configure and make, this uncovered
the above handle_programs issue.
* tests/Makefile.am (TESTS): Add cond29.test and cond20.test.
ChangeLog
NEWS
automake.in
tests/Makefile.am
tests/Makefile.in
tests/cond29.test [new file with mode: 0755]
tests/cond30.test [new file with mode: 0755]
tests/exeext.test
This page took 0.028771 seconds and 5 git commands to generate.