From: Ben Elliston Date: Fri, 1 Jan 1999 04:20:23 +0000 (+0000) Subject: 1999-01-01 Ben Elliston X-Git-Tag: autoconf-2-13-rc1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1805fde477d80f75fe2baf5a8004e2d7aaae6585;p=thirdparty%2Fautoconf.git 1999-01-01 Ben Elliston * NEWS: Update. --- diff --git a/ChangeLog b/ChangeLog index ef9a12a2..87f54aab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-01-01 Ben Elliston + * 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 2014dd56..be224331 100644 --- 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.