Really disable all test from glib2, including one in subdirectories
[openwrt/svn-archive/archive.git] / libs / glib2 / patches / 001-no_docs_and_tests.patch
1 diff --git a/Makefile.in b/Makefile.in
2 --- a/Makefile.in
3 +++ b/Makefile.in
4 @@ -338,7 +338,7 @@ EXTRA_DIST = ChangeLog.pre-2-14 ChangeLog.pre-2-12 ChangeLog.pre-2-10 \
5 gio-2.0-uninstalled.pc.in gio-unix-2.0-uninstalled.pc.in
6 TEST_PROGS =
7 AUTOMAKE_OPTIONS = 1.7
8 -SUBDIRS = . m4macros glib gobject gmodule gthread gio tests po docs
9 +SUBDIRS = . m4macros glib gobject gmodule gthread gio po
10 DIST_SUBDIRS = $(SUBDIRS) build
11 bin_SCRIPTS = glib-gettextize
12 AM_CPPFLAGS = \
13 diff -urN glib-2.15.4/gio/Makefile.am glib-2.15.4.new/gio/Makefile.am
14 --- glib-2.15.4/gio/Makefile.am 2008-01-28 16:03:24.000000000 +0100
15 +++ glib-2.15.4.new/gio/Makefile.am 2008-07-11 15:49:27.000000000 +0200
16 @@ -123,7 +123,6 @@
17 platform_libadd += -lshlwapi
18 endif
19
20 -SUBDIRS += tests
21
22 libgio_2_0_la_SOURCES = \
23 gappinfo.c \
24 diff -urN glib-2.15.4/gio/Makefile.in glib-2.15.4.new/gio/Makefile.in
25 --- glib-2.15.4/gio/Makefile.in 2008-01-28 17:54:34.000000000 +0100
26 +++ glib-2.15.4.new/gio/Makefile.in 2008-07-11 15:49:20.000000000 +0200
27 @@ -168,7 +168,7 @@
28 distclean-recursive maintainer-clean-recursive
29 ETAGS = etags
30 CTAGS = ctags
31 -DIST_SUBDIRS = xdgmime inotify . fam tests
32 +DIST_SUBDIRS = xdgmime inotify . fam
33 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
34 ACLOCAL = @ACLOCAL@
35 ALLOCA = @ALLOCA@
36 @@ -379,7 +379,7 @@
37 pltcheck.sh $(NULL)
38 TEST_PROGS =
39 NULL =
40 -SUBDIRS = $(am__append_1) $(am__append_2) . $(am__append_4) tests
41 +SUBDIRS = $(am__append_1) $(am__append_2) . $(am__append_4)
42 @HAVE_GNUC_VISIBILITY_TRUE@@OS_LINUX_TRUE@TESTS = abicheck.sh pltcheck.sh
43 AM_CPPFLAGS = \
44 -DG_LOG_DOMAIN=\"GLib-GIO\" \