From: Akim Demaille Date: Sat, 14 Jul 2001 14:27:41 +0000 (+0000) Subject: for CXX is g++, not gcc. X-Git-Tag: AUTOCONF-2.50c~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba6e4a5a00e649e4f0f2e50adf6fd47fa4d07dd2;p=thirdparty%2Fautoconf.git for CXX is g++, not gcc. --- diff --git a/ChangeLog b/ChangeLog index bbeb9c3a4..074167811 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-07-14 Kevin Ryde + + * doc/autoconf.texi (C++ Compilers Characteristics): Last resort + for CXX is g++, not gcc. + 2001-07-14 Akim Demaille * doc/autoconf.texi (Files): New subsection. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 0fd7ce690..6337c8097 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -4616,7 +4616,7 @@ variable @code{CXX} to its value. Otherwise, if the macro is invoked without an argument, then search for a C++ compiler under the likely names (first @code{g++} and @code{c++} then other names). If none of those checks succeed, then as a last -resort set @code{CXX} to @code{gcc}. +resort set @code{CXX} to @code{g++}. This macro may, however, be invoked with an optional first argument which, if specified, must be a space separated list of C++ compilers to