so that eg. ``autoscan --help'' doesn't truncate it.
+2004-12-17 Stepan Kasal <kasal@ucw.cz>
+
+ * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
+ so that eg. ``autoscan --help'' doesn't truncate it.
+
2004-12-15 Nicolas Joly <njoly@pasteur.fr>
* lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
);
my $configure_scan = 'configure.scan';
-my $log = new Autom4te::XFile ">$me.log";
+my $log;
# Autoconf and lib files.
my $autom4te = $ENV{'AUTOM4TE'} || '@bindir@/@autom4te-name@';
## -------------- ##
parse_args;
+$log = new Autom4te::XFile ">$me.log";
+
$autoconf .= " --debug" if $debug;
$autoconf .= " --verbose" if $verbose;
$autoconf .= join (' --include=', '', @include);