]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] cleanup: remove two almost-unused global vars: {am,in}_file_name
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Jul 2012 18:30:23 +0000 (20:30 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 31 Jul 2012 02:39:17 +0000 (04:39 +0200)
commitbf2a8b03a21e46177b4368a52b8434c7f1944238
tree08ba448feb298230c15a661e4b9d7904e5da0b13
parentd0dd19a0d764b250a13ee18fb7142af72f521513
[ng] cleanup: remove two almost-unused global vars: {am,in}_file_name

* automake.in ($am_file_name, $in_file_name): Delete these, which were
used only in the 'read_main_am_file' subroutine; instead ...
(read_main_am_file): ... modify it to only work from the '$makefile_am'
argument (which it was already receiving), and the new '$makefile_in'
argument, which is now passed to it ...
(generate_makefile): ... from here.
(initialize_per_input): Don't reset the two deleted variables anymore.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in