Magellan Linux

Annotation of /trunk/openmotif/patches/openmotif-2.3.4-no-demos.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1944 - (hide annotations) (download)
Tue Nov 13 08:01:55 2012 UTC (11 years, 6 months ago) by niro
File size: 1165 byte(s)
-re-worked patch for 2.3.4
1 niro 1944 diff -Naur motif-2.3.4/Makefile.am motif-2.3.4-magellan/Makefile.am
2     --- motif-2.3.4/Makefile.am 2012-10-22 16:50:38.000000000 +0200
3     +++ motif-2.3.4-magellan/Makefile.am 2012-11-13 13:04:52.616580836 +0100
4     @@ -28,7 +28,7 @@
5     include \
6     tools \
7     clients \
8     - doc \
9     - demos
10     + doc
11     +
12     AUTOMAKE_OPTIONS = 1.4
13     ACLOCAL_AMFLAGS = -I .
14     diff -Naur motif-2.3.4/Makefile.autoconf motif-2.3.4-magellan/Makefile.autoconf
15     --- motif-2.3.4/Makefile.autoconf 2012-10-22 16:50:39.000000000 +0200
16     +++ motif-2.3.4-magellan/Makefile.autoconf 2012-11-13 13:05:10.545580643 +0100
17     @@ -90,7 +90,7 @@
18    
19     EXTRA_DIST = BUGREPORT CLOSEDBUGS COPYING Imakefile LICENSE OPENBUGS README README.ICS RELEASE RELNOTES distro/motif.spec INSTALL.configure
20     MAINTAINERCLEANFILES = Makefile.in configure libtool config.guess config.sub ltconfig ltmain.sh aclocal.m4 config.h.in install-sh missing mkinstalldirs
21     -SUBDIRS = bindings bitmaps config localized lib include tools clients doc demos
22     +SUBDIRS = bindings bitmaps config localized lib include tools clients doc
23    
24     AUTOMAKE_OPTIONS = 1.4
25     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4