+2001-01-24 Jim Meyering <meyering@lucent.com>
+
+ * autoscan.pl (output): Detect/report a close failure.
+
2001-01-24 Akim Demaille <akim@epita.fr>
Preserve INSTALL too.
join ("\n ", keys(%unique_makefiles)), "])\n";
print CONF "AC_OUTPUT\n";
- close CONF;
+ close CONF ||
+ die "$me: closing configure.scan: $!\n";
}
# Print Autoconf macro $1 if it's not undef and hasn't been printed already.
join ("\n ", keys(%unique_makefiles)), "])\n";
print CONF "AC_OUTPUT\n";
- close CONF;
+ close CONF ||
+ die "$me: closing configure.scan: $!\n";
}
# Print Autoconf macro $1 if it's not undef and hasn't been printed already.
join ("\n ", keys(%unique_makefiles)), "])\n";
print CONF "AC_OUTPUT\n";
- close CONF;
+ close CONF ||
+ die "$me: closing configure.scan: $!\n";
}
# Print Autoconf macro $1 if it's not undef and hasn't been printed already.
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH CONFIG.GUESS "1" "January 2001" "GNU config.guess (2000-12-20)" FSF
+.TH CONFIG.GUESS "1" "January 2001" "GNU config.guess (2001-01-17)" FSF
.SH NAME
config.guess \- guess the build system triplet
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH CONFIG.SUB "1" "January 2001" "GNU config.sub (2000-12-20)" FSF
+.TH CONFIG.SUB "1" "January 2001" "GNU config.sub (2001-01-12)" FSF
.SH NAME
config.sub \- validate and canonicalize a configuration triplet
.SH SYNOPSIS
.SH "REPORTING BUGS"
Report bugs and patches to <config-patches@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 1992, 93, 94, 95, 96, 97, 98, 99, 2000
+Copyright \(co 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
.PP
This is free software; see the source for copying conditions. There is NO