bin_PROGRAMS = $(EXTRA_PROGRAMS) should work.
commit12856eb28cc576237b9c6b123af912e76abfc1aa
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 13 Apr 2009 11:29:25 +0000 (13 13:29 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 13 Apr 2009 11:30:37 +0000 (13 13:30 +0200)
tree0fb79f72ba20d1cc8e77a12a20f8678a256314fd
parent610e9c060d988fd0c7493f0a9bb2f2bc212a0c6c
bin_PROGRAMS = $(EXTRA_PROGRAMS) should work.

* automake.in (am_install_var): For `PROGRAMS' primary, strip
`$(EXEEXT)' here already, so the name uniquifying works even
when we look at names repeatedly, with inconsistent executable
extension; through variable references, we might have added
the extension ourselves earlier.
(handle_programs): No need to strip `$(EXEEXT)' here any more.
* tests/extra8.test: New test.
* tests/Makefile.am: Update.
* THANKS: Update.
Report by Daniel Richard G.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
automake.in
tests/Makefile.am
tests/Makefile.in
tests/extra8.test [new file with mode: 0755]