[Libreoffice-commits] .: autogen.sh
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Sun Aug 28 11:59:29 PDT 2011
autogen.sh | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 3ea37ac7005c64f378756a5dbc3fbfbc3bf8b053
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sun Aug 28 13:52:14 2011 -0500
touch autogen.lastrun to make sure that such file exist before make
diff --git a/autogen.sh b/autogen.sh
index bdb9aa9..edf6200 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";
}
More information about the Libreoffice-commits
mailing list