summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am7
-rw-r--r--configure.in3
2 files changed, 1 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 0a8c9e3..12a2f6a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -110,13 +110,6 @@ BUILT_SOURCES = \
skel.c
SUBDIRS = \
- intl \
- m4 \
- examples \
- po
-
-DIST_SUBDIRS = \
- intl \
m4 \
examples \
po \
diff --git a/configure.in b/configure.in
index 66db8d7..d226761 100644
--- a/configure.in
+++ b/configure.in
@@ -32,7 +32,7 @@ AM_MAINTAINER_MODE
dnl checks for programs
-AM_GNU_GETTEXT
+AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION(0.11.5)
AC_PROG_YACC
@@ -81,7 +81,6 @@ examples/fastwc/Makefile
examples/manual/Makefile
m4/Makefile
po/Makefile.in
-intl/Makefile
tests/Makefile
tests/TEMPLATE/Makefile
tests/test-array-nr/Makefile