]> git.ipfire.org Git - thirdparty/automake.git/commit
install: cope with non-injective $(transform).
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 13 Sep 2008 07:55:23 +0000 (09:55 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 13 Sep 2008 07:55:23 +0000 (09:55 +0200)
commit00c3eb2317235c2b851cdc7c4faf18ed83d7fba2
tree0c800547d775af566feb791157c23e89c758eff4
parent7726a26a5337ae0215f77295503ecd7b21369f2a
install: cope with non-injective $(transform).

* lib/am/progs.am (install-%DIR%PROGRAMS): Rewrite rule to not
try to use the installed name as key in a hash, so destructive
$(transform) scripts still work.
* lib/am/scripts.am (install-%DIR%SCRIPTS): Likewise.
* tests/transform.test: Fix test to look in right place for
installed files.
* tests/transform2.test: New test.
* tests/Makefile.am: Adjust.
Report by Jim Meyering.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Makefile.in
aclocal.m4
configure
lib/am/progs.am
lib/am/scripts.am
tests/Makefile.am
tests/Makefile.in
tests/transform.test
tests/transform2.test [new file with mode: 0755]