diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /devel/autoconf257/files/patch-ae | |
parent | ce2feffa5c14f7f8552190efb9d77dcec41d3987 (diff) |
Notes
Diffstat (limited to 'devel/autoconf257/files/patch-ae')
-rw-r--r-- | devel/autoconf257/files/patch-ae | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/autoconf257/files/patch-ae b/devel/autoconf257/files/patch-ae deleted file mode 100644 index 87e6102e3ba9..000000000000 --- a/devel/autoconf257/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 |