summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-04-06 09:48:50 +0200
committerJan Holesovsky <kendy@suse.cz>2011-04-15 14:20:36 +0200
commit56c4710008474553665d830b5d307c60cca058ad (patch)
treefcfdbd9f10fa5822537a9de088cf4510c8e5b84b /autogen.sh
parent4db32f1d298df1bbef61bf4c5c6e5fe132a53af6 (diff)
Don't mention that we are updating autogen.lastrun.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index fcef75a5b2bf..cc7210006971 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -97,7 +97,7 @@ if (defined $ENV{NOCONFIGURE}) {
print "Skipping configure process.";
} else {
if ($#cmdline_args > 0) {
- print "writing args to autogen.lastrun\n";
+# print "writing args to autogen.lastrun\n";
my $fh;
open ($fh, ">autogen.lastrun") || die "can't open autogen.lastrun: $!";
for my $arg (@cmdline_args) {