]> git.ipfire.org Git - thirdparty/autoconf.git/commit
tests: use configure.ac, not configure.in, with aclocal/automake involved
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jul 2012 15:31:11 +0000 (17:31 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jul 2012 17:45:48 +0000 (19:45 +0200)
commite56b990931eebf49c7b67d38259f2c4d0fbacc6f
tree5f5652c5731048674a3d0533ab065bb8b329cf93
parent45737f00b02eb455bc754e9b359fa192b9979786
tests: use configure.ac, not configure.in, with aclocal/automake involved

Do so because future automake and aclocal versions (starting from 1.13)
drop support for 'configure.in' as the name of the Autoconf input file.
Without this patch, the Autoconf testsuite experiences some spurious
failures when run with the development version of aclocal and automake
installed early enough in $PATH.

* tests/torture.at: Rename 'configure.in' to 'configure.ac' throughout.
Remove an obsolete comment about backward-compatibility.

Helped-by: Jim Meyering <jim@meyering.net>
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
tests/torture.at