Patch to make gettext usable when uClibc is compiled without locale support.This...
[openwrt/svn-archive/archive.git] / libs / gettext / patches / 001-no_examples_and_tests.patch
1 diff -ruN gettext-0.16.1-old/autoconf-lib-link/Makefile.in gettext-0.16.1-new/autoconf-lib-link/Makefile.in
2 --- gettext-0.16.1-old/autoconf-lib-link/Makefile.in 2006-11-27 18:33:54.000000000 +0100
3 +++ gettext-0.16.1-new/autoconf-lib-link/Makefile.in 2007-08-22 21:18:41.000000000 +0200
4 @@ -204,7 +204,7 @@
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
13 diff -ruN gettext-0.16.1-old/gettext-runtime/Makefile.in gettext-0.16.1-new/gettext-runtime/Makefile.in
14 --- gettext-0.16.1-old/gettext-runtime/Makefile.in 2006-11-27 18:34:14.000000000 +0100
15 +++ gettext-0.16.1-new/gettext-runtime/Makefile.in 2007-08-22 21:18:12.000000000 +0200
16 @@ -140,7 +140,7 @@
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)
25 diff -ruN gettext-0.16.1-old/gettext-tools/Makefile.in gettext-0.16.1-new/gettext-tools/Makefile.in
26 --- gettext-0.16.1-old/gettext-tools/Makefile.in 2006-11-27 18:34:56.000000000 +0100
27 +++ gettext-0.16.1-new/gettext-tools/Makefile.in 2007-08-22 21:19:11.000000000 +0200
28 @@ -484,7 +484,7 @@
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 libuniname src libgettextpo po projects misc man m4 tests examples
33 +SUBDIRS = doc intl gnulib-lib libgrep libuniname src libgettextpo po projects misc man m4
34
35 # Allow users to use "gnulib-tool --update".
36