summaryrefslogtreecommitdiff
path: root/t/gettext-macros.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/gettext-macros.sh')
-rw-r--r--t/gettext-macros.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/gettext-macros.sh b/t/gettext-macros.sh
index e352e6790..1376be81e 100644
--- a/t/gettext-macros.sh
+++ b/t/gettext-macros.sh
@@ -47,8 +47,8 @@ autopoint_version=$(extract_program_version autopoint) \
cat > configure.ac <<END
AC_INIT([foo], [1.0])
AC_PROG_CC
-# Both required by autopoint.
-AM_GNU_GETTEXT
+# Both required by autopoint. Newer gettext (0.20+) requires external.
+AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([$autopoint_version])
END