freebsd-ports/devel/autoconf268/files/patch-autoreconf.in
Ade Lovett ae53822424 Fix for auto-creation of an auxiliary directory when using the base
version of perl in 4.x

Whilst the package list isn't affected, PORTREVISION has been bumped
to warn 4.x users -- those on 5.x don't necessarily have to update.

PR:		68509
Submitted by:	Martin Kammerhofer <dada@pluto.tugraz.at>
2004-06-30 21:42:59 +00:00

8 lines
268 B
Plaintext

--- 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: $!";