From: Akim Demaille Date: Wed, 24 Jan 2001 17:44:59 +0000 (+0000) Subject: * autoscan.pl (output): Detect/report a close failure. X-Git-Tag: autoconf-2.50~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2f63c8cb6255caaddcbedcebdb6b8b086155f10;p=thirdparty%2Fautoconf.git * autoscan.pl (output): Detect/report a close failure. --- diff --git a/ChangeLog b/ChangeLog index 1372c0fba..3d4d41e99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-24 Jim Meyering + + * autoscan.pl (output): Detect/report a close failure. + 2001-01-24 Akim Demaille Preserve INSTALL too. diff --git a/autoscan.in b/autoscan.in index 4c8689c9a..7b4706464 100644 --- a/autoscan.in +++ b/autoscan.in @@ -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. diff --git a/autoscan.pl b/autoscan.pl index 4c8689c9a..7b4706464 100644 --- a/autoscan.pl +++ b/autoscan.pl @@ -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. diff --git a/bin/autoscan.in b/bin/autoscan.in index 4c8689c9a..7b4706464 100644 --- a/bin/autoscan.in +++ b/bin/autoscan.in @@ -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. diff --git a/man/config.guess.1 b/man/config.guess.1 index ef581663d..23f727a3a 100644 --- a/man/config.guess.1 +++ b/man/config.guess.1 @@ -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 diff --git a/man/config.sub.1 b/man/config.sub.1 index 3702af6bf..61a844a01 100644 --- a/man/config.sub.1 +++ b/man/config.sub.1 @@ -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 . .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