Kaydet (Commit) 3ea37ac7 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

touch autogen.lastrun to make sure that such file exist before make

üst c8ca15c1
......@@ -149,6 +149,10 @@ if (defined $ENV{NOCONFIGURE}) {
close ($fh);
}
}
else
{
system("touch autogen.lastrun");
}
print "running ./configure with '" . join ("' '", @args), "'\n";
system ("./configure", @args) && die "Error running configure";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment