]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-01-01 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Fri, 1 Jan 1999 04:20:23 +0000 (04:20 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Fri, 1 Jan 1999 04:20:23 +0000 (04:20 +0000)
* NEWS: Update.

ChangeLog
NEWS

index ef9a12a2767b550fc2d5c79c3bb8e6cbc0100e2c..87f54aab90eaf3fd72544788563b25d00bee2b1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-01-01  Ben Elliston  <bje@cygnus.com>
 
+       * NEWS: Update.
+
        * acspecific.m4 (AC_PROG_CXX_WORKS): Specify an explicit return
        type for `main' to keep modern C++ compilers happy.
 
diff --git a/NEWS b/NEWS
index 2014dd567115c17a95394934c74351f4c4203ec7..be2243317d5c5ee153982386ae33347e039905ce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ Major changes in release 2.13:
   AC_C_STRINGIZE, AC_CHECK_FILE(S), AC_PROG_F77 (and friends).
 * AC_DEFINE now has an optional third argument for a description to be
   placed in the config header input file (e.g. config.h.in).
+* The C++ code fragment compiled for the C++ compiler test had to be
+  improved to include an explicit return type for main(). This was
+  causing failures on systems using recent versions of the EGCS C++
+  compiler.
 * Fixed an important bug in AC_CHECK_TYPE that would cause a configure
   script to report that `sometype_t' was present when only `type_t'
   was defined.