tests: better names for temporary configure.ac files
commit08db0c420204dd07ca96a6d2f9c892c5a608ac49
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 29 Dec 2012 08:47:33 +0000 (29 09:47 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 29 Dec 2012 08:47:33 +0000 (29 09:47 +0100)
treeed417d13ec1e50a539323105eef6448fa6b85a1a
parenta31c991e5f4d58f236e26ab4d3197aa68d564110
tests: better names for temporary configure.ac files

When editing a pre-existent 'configure.ac' file in a test script, name
the temporary file 'configure.tmp' rather than 'configure.int'; the
latter was a relict of the times when we used 'configure.in' as the
default name for the Autoconf input files throughout the testsuite.

* t/cond43.sh: Adjust.
* t/depcomp8a.sh: Likewise.
* t/depcomp8b.sh: Likewise.
* t/gettext.sh: Likewise.
* t/mmode.sh: Likewise.
* t/pr401.sh: Likewise.
* t/pr401b.sh: Likewise.
* t/pr401c.sh: Likewise.
* t/python11.sh: Likewise.
* t/cond42.sh: Likewise.  Also, while at it, rename ...
(edit_configure_in): ... this function ...
(edit_configure_ac): ... like this.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/cond42.sh
t/cond43.sh
t/depcomp8a.sh
t/depcomp8b.sh
t/gettext.sh
t/mmode.sh
t/pr401.sh
t/pr401b.sh
t/pr401c.sh
t/python11.sh