autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autoreconf bug


From: Larry Jones
Subject: autoreconf bug
Date: Sun, 22 Feb 2004 17:09:58 -0500 (EST)

There's a bug in autoreconf -- it calls mkdir with too few arguments:

--- bin/autoreconf.in.orig      Fri Oct  3 03:31:23 2003
+++ bin/autoreconf.in   Sun Feb 22 16:40:04 2004
@@ -486,7 +486,7 @@
   if (defined $aux_dir && ! -d $aux_dir)
     {
       verb "$configure_ac: creating directory $aux_dir";
-      mkdir $aux_dir
+      mkdir $aux_dir, 0755
        or error "cannot create $aux_dir: $!";
     }
 
-Larry Jones

ANY idiot can be famous.  I figure I'm more the LEGENDARY type! -- Calvin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]