summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index bdb9aa9b7208..edf6200d9263 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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";
}