diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-09-30 05:05:45 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-09-30 05:05:45 +0000 |
commit | 06181683c122cf557c38ab68d8abeba5a03b79a8 (patch) | |
tree | b56a8d5ccdcbd90a68f9d971e1a250ca4f94da6b /devel/autoconf259/files/patch-autoreconf.in | |
parent | Remove now empty file. (diff) |
Remove autoconf-2.53/autoconf-2.59 from the tree, no longer needed.
PR: 116639
Notes
Notes:
svn path=/head/; revision=200414
Diffstat (limited to 'devel/autoconf259/files/patch-autoreconf.in')
-rw-r--r-- | devel/autoconf259/files/patch-autoreconf.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/autoconf259/files/patch-autoreconf.in b/devel/autoconf259/files/patch-autoreconf.in deleted file mode 100644 index e0545245db62..000000000000 --- a/devel/autoconf259/files/patch-autoreconf.in +++ /dev/null @@ -1,7 +0,0 @@ ---- bin/autoreconf.in.orig Fri Oct 3 07:31:23 2003 -+++ bin/autoreconf.in Wed Jun 30 20:15:18 2004 -@@ -488,3 +488,3 @@ - verb "$configure_ac: creating directory $aux_dir"; -- mkdir $aux_dir -+ mkdir $aux_dir, 0777 - or error "cannot create $aux_dir: $!"; |