This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
scan_autoconf_config_files() and input files
- From: Harlan Stenn <Harlan dot Stenn at pfcs dot com>
- To: automake at gnu dot org
- Date: Wed, 12 Jun 2002 21:28:59 -0400
- Subject: scan_autoconf_config_files() and input files
So scan_autoconf_config_files() says:
...
# Handle $local:$input syntax. Note that we ignore
# every input file past the first, though we keep
# those around for later.
my ($local, $input, @rest) = split (/:/);
...
and then only checks the $input file, ignoring @rest.
Anybody have a reason why this should be considered a feature?
H