From: Stefano Lattarini Date: Sat, 24 Dec 2011 08:56:49 +0000 (+0100) Subject: tests: one more fixlet for gettext macros requirement X-Git-Tag: v1.11.2b~17^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1fad75e44c76a3444b5f310af8e064d1833115d;p=thirdparty%2Fautomake.git tests: one more fixlet for gettext macros requirement * tests/gettext-macros.test (configure.in): Add calls to AC_INIT and AC_PROG_CC, to avoid a spurious failure in the later aclocal invocation. Luckily, this wart wasn't causing any spurious SKIP or FAIL, but only the redundant addition to the `-Wno-syntax' option to some aclocal invocations in the gettext tests. --- diff --git a/ChangeLog b/ChangeLog index b5c08efdb..e2976ffeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-12-24 Stefano Lattarini + + tests: one more fixlet for gettext macros requirement + * tests/gettext-macros.test (configure.in): Add calls to + AC_INIT and AC_PROG_CC, to avoid a spurious failure in the + later aclocal invocation. + Luckily, this wart wasn't causing any spurious SKIP or FAIL, + but only the redundant addition to the `-Wno-syntax' option + to some aclocal invocations in the gettext tests. + 2011-12-24 Stefano Lattarini tests: fix handling of gettext macros requirement diff --git a/tests/gettext-macros.test b/tests/gettext-macros.test index 4ab2b5ee3..77a2f305e 100755 --- a/tests/gettext-macros.test +++ b/tests/gettext-macros.test @@ -54,6 +54,8 @@ autopoint_version=`extract_program_version $am_gettextize_command` \ || autopoint_version=0.10.35 cat > configure.in <