summaryrefslogtreecommitdiff
path: root/devel/autoconf262/files/patch-autoreconf.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /devel/autoconf262/files/patch-autoreconf.in
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'devel/autoconf262/files/patch-autoreconf.in')
-rw-r--r--devel/autoconf262/files/patch-autoreconf.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/autoconf262/files/patch-autoreconf.in b/devel/autoconf262/files/patch-autoreconf.in
deleted file mode 100644
index e0545245db62..000000000000
--- a/devel/autoconf262/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: $!";