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/gnu-autoconf/files/patch-ad | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'devel/gnu-autoconf/files/patch-ad')
-rw-r--r-- | devel/gnu-autoconf/files/patch-ad | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/gnu-autoconf/files/patch-ad b/devel/gnu-autoconf/files/patch-ad deleted file mode 100644 index 4d5742be10e5..000000000000 --- a/devel/gnu-autoconf/files/patch-ad +++ /dev/null @@ -1,21 +0,0 @@ ---- autoconf.sh.orig Tue Jan 5 07:27:53 1999 -+++ autoconf.sh Wed Feb 16 11:17:50 2000 -@@ -45,7 +45,6 @@ - esac - - : ${TMPDIR=/tmp} --tmpout=${TMPDIR}/acout.$$ - localdir= - show_version=no - -@@ -97,7 +96,9 @@ - - trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15 - --tmpin=${TMPDIR}/acin.$$ # Always set this, to avoid bogus errors from some rm's. -+tmpout=`mktemp ${TMPDIR}/acout.XXXXXXXXXX` || exit 1 -+tmpin=`mktemp ${TMPDIR}/acin.XXXXXXXXXX` || { rm -f $tmpout; exit 1; } -+# Always set this, to avoid bogus errors from some rm's. - if test z$infile = z-; then - infile=$tmpin - cat > $infile |