summaryrefslogtreecommitdiff
path: root/devel/autoconf254/files/patch-ae
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /devel/autoconf254/files/patch-ae
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Notes
Notes: svn path=/head/; revision=41661 svn path=/tags/RELEASE_4_3_0/; revision=41662; tag=release/4.3.0
Diffstat (limited to 'devel/autoconf254/files/patch-ae')
-rw-r--r--devel/autoconf254/files/patch-ae11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/autoconf254/files/patch-ae b/devel/autoconf254/files/patch-ae
deleted file mode 100644
index 87e6102e3ba9..000000000000
--- a/devel/autoconf254/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- autoheader.sh.orig Mon Nov 22 21:50:45 1999
-+++ autoheader.sh Mon Nov 22 21:52:02 1999
-@@ -194,7 +194,7 @@
- # Some fgrep's have limits on the number of lines that can be in the
- # pattern on the command line, so use a temporary file containing the
- # pattern.
-- (fgrep_tmp=${TMPDIR-/tmp}/autoh$$
-+ (fgrep_tmp=`mktemp ${TMPDIR-/tmp}/autoh.XXXXXXXXXX` || exit 1
- trap "rm -f $fgrep_tmp; exit 1" 1 2 15
- cat > $fgrep_tmp <<EOF
- $syms