From: Stefano Lattarini Date: Fri, 2 Mar 2012 21:07:58 +0000 (+0100) Subject: tests: fix spurious failure in a vala test X-Git-Tag: v1.11b~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bee6dc63921d05197260c2d4170ca037df803ed4;p=thirdparty%2Fautomake.git tests: fix spurious failure in a vala test * tests/vala-mix2.test: Append to 'configure.ac' rather than to 'configure.in'. Reported as part of automake bug#10866, and also revealed by "make maintainer-check". --- diff --git a/tests/vala-mix2.test b/tests/vala-mix2.test index 88d281888..4ac544473 100755 --- a/tests/vala-mix2.test +++ b/tests/vala-mix2.test @@ -22,7 +22,7 @@ required='valac cc c++ GNUmake' set -e -cat >> configure.in <<'END' +cat >> configure.ac <<'END' AC_PROG_CC AC_PROG_CXX AM_PROG_VALAC