* autoconf.texi (AC_PROG_CXX): Update documentation.
1999-10-16 Ben Elliston <bje@cygnus.com>
* acspecific.m4 (AC_PROG_CXX): gcc is not a C++ compiler.
+ * autoconf.texi (AC_PROG_CXX): Update documentation.
1999-10-13 Ben Elliston <bje@cygnus.com>
Determine a C++ compiler to use. Check if the environment variable
@code{CXX} or @code{CCC} (in that order) is set; if so, set output
variable @code{CXX} to its value. Otherwise search for a C++ compiler
-under likely names (@code{c++}, @code{g++}, @code{gcc}, @code{CC},
-@code{cxx}, and @code{cc++}). If none of those checks succeed, as a
-last resort set @code{CXX} to @code{gcc}.
+under likely names (@code{c++}, @code{g++}, @code{CC}, @code{cxx}, and
+@code{cc++}). If none of those checks succeed, as a last resort set
+@code{CXX} to @code{gcc}.
If using the GNU C++ compiler, set shell variable @code{GXX} to
@samp{yes}, empty otherwise. If output variable @code{CXXFLAGS} was
Determine a C++ compiler to use. Check if the environment variable
@code{CXX} or @code{CCC} (in that order) is set; if so, set output
variable @code{CXX} to its value. Otherwise search for a C++ compiler
-under likely names (@code{c++}, @code{g++}, @code{gcc}, @code{CC},
-@code{cxx}, and @code{cc++}). If none of those checks succeed, as a
-last resort set @code{CXX} to @code{gcc}.
+under likely names (@code{c++}, @code{g++}, @code{CC}, @code{cxx}, and
+@code{cc++}). If none of those checks succeed, as a last resort set
+@code{CXX} to @code{gcc}.
If using the GNU C++ compiler, set shell variable @code{GXX} to
@samp{yes}, empty otherwise. If output variable @code{CXXFLAGS} was