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)
commit780deea6ee8127e6e6f41b58b28ece9b24b84df0
treeefd74db7b78ca322a7c7a156d47b68bdd221fccf
parentce6e1d208509956f82e28535a53706b0f6791d60
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