Fix -Werror handling for presence of configure.in and configure.ac.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 20 Apr 2010 05:43:59 +0000 (07:43 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 20 Apr 2010 05:44:29 +0000 (07:44 +0200)
commit53ac1719ca6b8ecaf1b64176ec72905432a7d8f4
treefa34c22ae775638b927bb53272885c68464e6979
parent3645d214c9c8afe4e7228bdd69f2eceddfaa1473
Fix -Werror handling for presence of configure.in and configure.ac.

* lib/Automake/Variable.pm (Automake::Variable): Do not initialize
$configure_ac at the global level, before command-line arguments
have been parsed.
(require_variables): Initialize it here.
* tests/configure.test: New test.
* tests/Makefile.am: Update.
Report by Stefano Lattarini.
ChangeLog
lib/Automake/Variable.pm
tests/Makefile.am
tests/Makefile.in
tests/configure.test [new file with mode: 0755]