diff options
Diffstat (limited to 't/gettext-macros.sh')
-rw-r--r-- | t/gettext-macros.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/gettext-macros.sh b/t/gettext-macros.sh index edb131146..3f46945fa 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 'autopoint' script 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 latter unconditionally # requires user interaction to complete; yes, this means confirmation |