[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scan_autoconf_config_files() and input files
From: |
Harlan Stenn |
Subject: |
scan_autoconf_config_files() and input files |
Date: |
Wed, 12 Jun 2002 21:28:59 -0400 |
User-agent: |
EMH/1.10.0 SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) |
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
- scan_autoconf_config_files() and input files,
Harlan Stenn <=