From 667b857a75108f87c7d632300d8daa76d4cfd5b8 Mon Sep 17 00:00:00 2001 From: Gary Jennejohn Date: Tue, 22 Jun 1999 22:02:00 +0000 Subject: This is the latest version of xemacs - Xemacs 21.1. This requires xemacs-packages which be will committed next. Xemacs now allows the user to maintain packages himself. See DESCR. This supersedes PR 11618, which was based on an older release. This commit was blasted over a repository copy of xemacs20, which is why there are so many changes. Submitted by: Michael Elbel (me@freebsd.org) --- editors/xemacs-devel/files/patch-af | 20 ++++++++++---------- editors/xemacs-devel/files/xemacs21.sh | 14 ++++++++++++++ 2 files changed, 24 insertions(+), 10 deletions(-) create mode 100644 editors/xemacs-devel/files/xemacs21.sh (limited to 'editors/xemacs-devel/files') diff --git a/editors/xemacs-devel/files/patch-af b/editors/xemacs-devel/files/patch-af index b42cbd138a13..dcf71c249c80 100644 --- a/editors/xemacs-devel/files/patch-af +++ b/editors/xemacs-devel/files/patch-af @@ -1,11 +1,11 @@ ---- configure Thu Nov 20 03:13:44 1997 -+++ configure.n Tue Dec 9 09:55:11 1997 -@@ -9706,7 +9706,7 @@ - - fi - if test "$with_database_berkdb" = "yes"; then -- for path in "db/db.h" "db.h"; do -+ for path in "/usr/include/db.h" "db/db.h" "db.h"; do - cat > conftest.$ac_ext <&6 + echo "configure:11175: checking for Berkeley db.h" >&5 +- for path in "db/db.h" "db.h"; do ++ for path in "/usr/include/db.h" "db/db.h" "db.h"; do + cat > conftest.$ac_ext <