aboutsummaryrefslogtreecommitdiff
path: root/editors/psgml/files/patch-ai
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /editors/psgml/files/patch-ai
parentc2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (diff)
downloadports-d615f4ca564f838b39bd8b504a3107011d951a03.tar.gz
ports-d615f4ca564f838b39bd8b504a3107011d951a03.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Notes
Notes: svn path=/head/; revision=35216 svn path=/tags/RELEASE_4_2_0/; revision=35217; tag=release/4.2.0
Diffstat (limited to 'editors/psgml/files/patch-ai')
-rw-r--r--editors/psgml/files/patch-ai30
1 files changed, 0 insertions, 30 deletions
diff --git a/editors/psgml/files/patch-ai b/editors/psgml/files/patch-ai
deleted file mode 100644
index 27e686bef7d9..000000000000
--- a/editors/psgml/files/patch-ai
+++ /dev/null
@@ -1,30 +0,0 @@
---- configure.orig Sun Oct 10 23:12:40 1999
-+++ configure Sat Oct 16 20:02:52 1999
-@@ -73,6 +73,11 @@
-
- case "$ac_option" in
-
-+ -lispdir | --lispdir | --lispdi | --lispd | --lisp)
-+ ac_prev=lispdir ;;
-+ -lispdir=* | --lispdir=* | --lispdi=* | --lispd=* | --lisp=*)
-+ lispdir="$ac_optarg" ;;
-+
- -bindir | --bindir | --bindi | --bind | --bin | --bi)
- ac_prev=bindir ;;
- -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
-@@ -687,6 +692,7 @@
- done
- test -n "$EMACS" || EMACS="no"
-
-+if test -z "$lispdir" ; then
- if test $EMACS != "no"; then
- echo $ac_n "checking where .elc files should go""... $ac_c" 1>&6
- echo "configure:693: checking where .elc files should go" >&5
-@@ -710,6 +716,7 @@
- fi
- echo "$ac_t""$lispdir" 1>&6
- fi
-+fi
-
- # Extract the first word of "makeinfo", so it can be a program name with args.
- set dummy makeinfo; ac_word=$2