diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
commit | d615f4ca564f838b39bd8b504a3107011d951a03 (patch) | |
tree | d799b77773a040bd9f634696266507c9072dd071 /devel/autoconf26/files/patch-af | |
parent | c2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (diff) | |
download | ports-release/4.2.0.tar.gz ports-release/4.2.0.zip |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'devel/autoconf26/files/patch-af')
-rw-r--r-- | devel/autoconf26/files/patch-af | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/autoconf26/files/patch-af b/devel/autoconf26/files/patch-af deleted file mode 100644 index d40bc0ee9e7a..000000000000 --- a/devel/autoconf26/files/patch-af +++ /dev/null @@ -1,20 +0,0 @@ ---- autoupdate.sh.orig Mon Nov 22 21:52:26 1999 -+++ autoupdate.sh Mon Nov 22 21:54:30 1999 -@@ -26,7 +26,7 @@ - Usage: autoupdate [-h] [--help] [-m dir] [--macrodir=dir] - [--version] [template-file]" - --sedtmp=/tmp/acups.$$ -+sedtmp=`mktemp ${TMPDIR-/tmp}/acups.XXXXXXXXXX` || exit 1 - # For debugging. - #sedtmp=/tmp/acups - show_version=no -@@ -66,7 +66,7 @@ - - : ${SIMPLE_BACKUP_SUFFIX='~'} - --tmpout=acupo.$$ -+tmpout=`mktemp acupo.XXXXXXXXXX` || { rm -f $sedtmp; exit 1; } - trap 'rm -f $sedtmp $tmpout; exit 1' 1 2 15 - case $# in - 0) infile=configure.in; out="> $tmpout" |