summaryrefslogtreecommitdiff
path: root/devel/autoconf253/files/patch-af
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /devel/autoconf253/files/patch-af
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes: svn path=/head/; revision=33029 svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'devel/autoconf253/files/patch-af')
-rw-r--r--devel/autoconf253/files/patch-af20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/autoconf253/files/patch-af b/devel/autoconf253/files/patch-af
deleted file mode 100644
index d40bc0ee9e7a..000000000000
--- a/devel/autoconf253/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"