* automake.in (target_hook): Accept %transform as last argument.
commitf74dc248222ed5846282db4f14bf37bc0692657c
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 14 Jul 2004 14:49:09 +0000 (14 14:49 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 14 Jul 2004 14:49:09 +0000 (14 14:49 +0000)
tree094ff055630860acd3747aba1c2fdfb2dcd4f88c
parentb23ddf1b7c5f0e305558668b5c77757a1a7ef420
* automake.in (target_hook): Accept %transform as last argument.
(define_objects_from_sources): Pass %transform to target_hook.
(handle_source_transform): Define DIST_SOURCE to tell whether
a the source of a file is distributed or not.
(lang_yacc_target_hook): Check DIST_SOURCE, and do not distribute
the generated header if the .y source is not distributed.
* tests/pr204.test: Use AM_YFLAGS = -d and make sure generated
headers are not distributed.
ChangeLog
automake.in
tests/pr204.test