>From bee6dc63921d05197260c2d4170ca037df803ed4 Mon Sep 17 00:00:00 2001 Message-Id: From: Stefano Lattarini Date: Fri, 2 Mar 2012 22:07:58 +0100 Subject: [PATCH] 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". --- tests/vala-mix2.test | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/vala-mix2.test b/tests/vala-mix2.test index 88d2818..4ac5444 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 -- 1.7.9