summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac.in b/configure.ac.in
index 179f84da..2da0f45e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -90,7 +90,8 @@ esac
dnl I18N feature
ALL_LINGUAS="@ALL_LINGUAS@"
-AM_GNU_GETTEXT
+AM_GNU_GETTEXT_VERSION([0.15])
+AM_GNU_GETTEXT([external])
dnl DOS file name convention
dnl sets HAVE_DOS_FILE_NAMES
@@ -157,9 +158,7 @@ AC_CONFIG_FILES([Makefile
src/Makefile
tests/Makefile
po/Makefile.in
- intl/Makefile
doc/Makefile
- m4/Makefile
vms/Makefile
bootstrap/Makefile])
AC_CONFIG_COMMANDS([stamp-h], [echo timestamp > stamp-h])