summaryrefslogtreecommitdiff
path: root/tests/gettext-macros.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-12-24 09:56:49 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-12-24 09:58:01 +0100
commite1fad75e44c76a3444b5f310af8e064d1833115d (patch)
tree9bda3833351a4dca87e5eae036c4cdb2c1319cf8 /tests/gettext-macros.test
parent763f3ec319b070f498ea3d06447c214e969cbb02 (diff)
downloadautomake-e1fad75e44c76a3444b5f310af8e064d1833115d.tar.gz
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.
Diffstat (limited to 'tests/gettext-macros.test')
-rwxr-xr-xtests/gettext-macros.test2
1 files changed, 2 insertions, 0 deletions
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 <<END
+AC_INIT([foo], [1.0])
+AC_PROG_CC
# Both required by autopoint.
AM_GNU_GETTEXT
AM_GNU_GETTEXT_VERSION([$autopoint_version])