summaryrefslogtreecommitdiff
path: root/x11/lesstif/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lesstif/patches/patch-aa')
-rw-r--r--x11/lesstif/patches/patch-aa65
1 files changed, 50 insertions, 15 deletions
diff --git a/x11/lesstif/patches/patch-aa b/x11/lesstif/patches/patch-aa
index 3b0771fb50d..7c057c4fdd8 100644
--- a/x11/lesstif/patches/patch-aa
+++ b/x11/lesstif/patches/patch-aa
@@ -1,22 +1,57 @@
-$NetBSD: patch-aa,v 1.13 2000/05/25 15:25:44 drochner Exp $
+$NetBSD: patch-aa,v 1.14 2000/07/25 14:42:02 jlam Exp $
---- Makefile.in.orig Mon May 15 02:49:26 2000
-+++ Makefile.in Thu May 18 19:57:07 2000
-@@ -131,7 +131,7 @@
+--- Makefile.am.orig Tue May 2 17:05:14 2000
++++ Makefile.am Tue Jul 25 08:18:13 2000
+@@ -3,31 +3,38 @@
+ #
+
+ MAINTAINERCLEANFILES=Makefile.in configure libtool config.guess config.sub ltconfig ltmain.sh aclocal.m4 config.h.in install-sh missing mkinstalldirs
++
++if Version_1_2
++SUBDIRS = include lib
++
++DIST_SUBDIRS = include lib test
++else
+ SUBDIRS = include lib clients scripts doc @BuildTestDir@
+
+ DIST_SUBDIRS = include lib clients scripts doc test
++endif
+
+ AUTOMAKE_OPTIONS = 1.4
+
++EXTRA_DIST= acconfig.h configure \
++ BUG-REPORTING CREDITS KNOWN_BUGS RELEASE-POLICY NOTES
++
++# Only install the documentation if installing 2.0-compatible libraries.
++#
++if Version_2_0
+ #
+ # Install some information files
+ #
# Lets put the informational stuff in a sub directory to avoid
# poluting /usr/local for default installs.
#
--rootdir = $(exec_prefix)/LessTif
-+rootdir = $(exec_prefix)/share/doc/lesstif
- root_DATA = AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS \
- KNOWN_BUGS NEWS README RELEASE-POLICY TODO release-notes.txt
+-rootdir= $(exec_prefix)/LessTif
+-root_DATA= AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS \
+- KNOWN_BUGS NEWS README RELEASE-POLICY TODO release-notes.txt
+-
+-EXTRA_DIST= acconfig.h configure \
+- BUG-REPORTING CREDITS KNOWN_BUGS RELEASE-POLICY NOTES
++doc_DATA= AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS \
++ KNOWN_BUGS NEWS README RELEASE-POLICY TODO release-notes.txt \
++ release-notes.html
+
+ @MAINT@changelog:
+ @MAINT@ @( cd $(srcdir)/lib/Xm ; cvs -Q log -rrelease_@MAJOR_VERSION@_@MINOR_VERSION@_@PICO_VERSION@: ) | $(srcdir)/scripts/parselog >ChangeLog
-@@ -140,7 +140,7 @@
- BUG-REPORTING CREDITS KNOWN_BUGS RELEASE-POLICY NOTES
+-htmldir= $(exec_prefix)/LessTif/doc
+-html_DATA= release-notes.html
+-
+ all-local: BUG-REPORTING
+ BUG-REPORTING: $(top_srcdir)/doc/www.lesstif.org/bugs.html
+@@ -50,3 +57,4 @@
--htmldir = $(exec_prefix)/LessTif/doc
-+htmldir = $(exec_prefix)/share/doc/lesstif
- html_DATA = release-notes.html
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ #install-data-hook:
+ # ${INSTALL_DATA} $(srcdir)/NOTES $(DESTDIR)$(htmldir)/release-notes.html
++endif