From 56c4710008474553665d830b5d307c60cca058ad Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 6 Apr 2011 09:48:50 +0200 Subject: Don't mention that we are updating autogen.lastrun. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') 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) { -- cgit