ae53822424
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>
8 lines
268 B
Plaintext
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: $!";
|