1diff -pruN gettext-0.17.orig/autoconf-lib-link/Makefile.in gettext-0.17/autoconf-lib-link/Makefile.in
2--- gettext-0.17.orig/autoconf-lib-link/Makefile.in	2009-05-19 17:11:00.057467286 +0200
3+++ gettext-0.17/autoconf-lib-link/Makefile.in	2009-05-19 17:12:04.539791314 +0200
4@@ -206,7 +206,7 @@ EXTRA_DIST = config.rpath
5 DISTCLEANFILES = build-aux/config.guess build-aux/config.sub \
6 	build-aux/install-sh build-aux/ltmain.sh build-aux/missing \
7 	build-aux/config.rpath
8-SUBDIRS = m4 tests
9+SUBDIRS = m4
10 
11 # Subdirectories with separate autoconfiguration.
12 CONFIGURES_RPATHX = $(srcdir)/tests/rpathx/Makefile.in $(srcdir)/tests/rpathx/aclocal.m4 $(srcdir)/tests/rpathx/configure
13diff -pruN gettext-0.17.orig/gettext-runtime/Makefile.in gettext-0.17/gettext-runtime/Makefile.in
14--- gettext-0.17.orig/gettext-runtime/Makefile.in	2009-05-19 17:10:59.798239310 +0200
15+++ gettext-0.17/gettext-runtime/Makefile.in	2009-05-19 17:12:40.225999245 +0200
16@@ -154,7 +154,7 @@ RECURSIVE_CLEAN_TARGETS = mostlyclean-re
17 ETAGS = etags
18 CTAGS = ctags
19 DIST_SUBDIRS = doc intl intl-java intl-csharp gnulib-lib libasprintf \
20-	src po man m4 tests
21+	src po man m4
22 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
23 distdir = $(PACKAGE)-$(VERSION)
24 top_distdir = $(distdir)
25diff -pruN gettext-0.17.orig/gettext-tools/Makefile.in gettext-0.17/gettext-tools/Makefile.in
26--- gettext-0.17.orig/gettext-tools/Makefile.in	2009-05-19 17:11:00.269723630 +0200
27+++ gettext-0.17/gettext-tools/Makefile.in	2009-05-19 17:14:09.041478317 +0200
28@@ -724,7 +724,7 @@ top_builddir = @top_builddir@
29 top_srcdir = @top_srcdir@
30 AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
31 ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 -I libgettextpo/gnulib-m4
32-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples
33+SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4
34 
35 # Allow users to use "gnulib-tool --update".
36 
37