tests: fix an old botched change to an aclocal test
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 8 Jan 2013 20:40:23 +0000 (21:40 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 8 Jan 2013 20:41:46 +0000 (21:41 +0100)
commita28f99b5a17a3930fb67978a8e42c4b3fe0ffeb9
treed0c9db19422bebc62f3d462d682f5db851fad8a0
parent965b8b367162c84f431d68877f97422a00f428ed
tests: fix an old botched change to an aclocal test

* t/acloca10.sh (configure.ac): Here, invoke the m4 macro 'MACRO2'
before the macro 'MACRO1' (the related test 't/aclocal-I-order-2.sh'
does the opposite).  This reverts a botched edit done (by myself,
oops) in commit 'v1.11-1335-gefdc3e1' of 2011-09-11, "tests: minor
optimizations/simplifications in some aclocal tests", and makes the
behaviour of the test match once again what is stated in the
heading comments.  While at it, improve those same heading comments
a little.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/acloca10.sh