]> git.ipfire.org Git - thirdparty/autoconf.git/commit
config.status: consistent exit status with nonexistent config file input.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 18 Jan 2010 19:26:22 +0000 (20:26 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 19 Jan 2010 06:28:48 +0000 (07:28 +0100)
commit57b9bc399fd2ea4d8a320f7e044e9223ddb8528a
treeb8b2a5ec2f12a0e4b7c791b35cefcb74e8790228
parent56f5b9bc6a3a4a4dccea38005e211066d1ba96cd
config.status: consistent exit status with nonexistent config file input.

* lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Ensure we
exit with status 1 rather than with that of 'false', for
reproducibility.
(AC_OUTPUT): Ensure to exit 1 in case of config.status failure.
* tests/torture.at (Missing templates): Also test code path
for $srcdir != '.'.
Report by Tim Rice.
ChangeLog
lib/autoconf/status.m4
tests/torture.at