]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoscan.pl (output): Detect/report a close failure.
authorAkim Demaille <akim@epita.fr>
Wed, 24 Jan 2001 17:44:59 +0000 (17:44 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 24 Jan 2001 17:44:59 +0000 (17:44 +0000)
ChangeLog
autoscan.in
autoscan.pl
bin/autoscan.in
man/config.guess.1
man/config.sub.1

index 1372c0fba18115a9d816c2fd1a5ebcd461f1e57d..3d4d41e99fb98239dbd0113d388d9ab4cdad76e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 4c8689c9aecd1388d4eed82c112dd38359ebf545..7b47064642bf9626c9b1633e58a2c70935fb5fe0 100644 (file)
@@ -466,7 +466,8 @@ sub output
        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.
index 4c8689c9aecd1388d4eed82c112dd38359ebf545..7b47064642bf9626c9b1633e58a2c70935fb5fe0 100644 (file)
@@ -466,7 +466,8 @@ sub output
        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.
index 4c8689c9aecd1388d4eed82c112dd38359ebf545..7b47064642bf9626c9b1633e58a2c70935fb5fe0 100644 (file)
@@ -466,7 +466,8 @@ sub output
        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.
index ef581663ddb4c194b702b896ee273ef09bd0a692..23f727a3a82ee6d5acb35e33b1726657e6988566 100644 (file)
@@ -1,5 +1,5 @@
 .\" 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
index 3702af6bf0fcde3d320a8c85d31f92acc77b135f..61a844a01bab79158d830910a96a6be2102dc824 100644 (file)
@@ -1,5 +1,5 @@
 .\" 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
@@ -23,7 +23,7 @@ print version number, then exit
 .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