Kaydet (Commit) 8d6d6bd8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Kohei Yoshida

Fix to create autogen.lastrun for a single argument case.

üst 01a87c10
...@@ -139,7 +139,7 @@ if (defined $ENV{NOCONFIGURE}) { ...@@ -139,7 +139,7 @@ if (defined $ENV{NOCONFIGURE}) {
} else { } else {
# Save autogen.lastrun only if we did get some arguments on the command-line # Save autogen.lastrun only if we did get some arguments on the command-line
if (@ARGV) { if (@ARGV) {
if ($#cmdline_args > 0) { if (scalar(@cmdline_args) > 0) {
# print "writing args to autogen.lastrun\n"; # print "writing args to autogen.lastrun\n";
my $fh; my $fh;
open ($fh, ">autogen.lastrun") || die "can't open autogen.lastrun: $!"; open ($fh, ">autogen.lastrun") || die "can't open autogen.lastrun: $!";
......
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