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.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/gettext-macros.sh b/t/gettext-macros.sh
index 639a17263..5a9324012 100644
--- a/t/gettext-macros.sh
+++ b/t/gettext-macros.sh
@@ -29,7 +29,8 @@ echo "# Automatically generated by $me." > get.sh
echo : >> get.sh
# The 'gettextize' and 'autopoint' scripts will look into Makefile.am.
-echo ACLOCAL_AMFLAGS = -I m4 > Makefile.am
+echo AUTOMAKE_OPTIONS = -Wno-obsolete > Makefile.am
+echo ACLOCAL_AMFLAGS = -I m4 >> Makefile.am
# Prefer autopoint to gettextize, since the more modern versions of the
# latter might unconditionally require user interaction to complete;