1999-10-16 Ben Elliston <bje@cygnus.com>

* autoconf.texi (AC_PROG_CXX): Update documentation.
This commit is contained in:
Ben Elliston 1999-10-15 23:09:11 +00:00
parent d9409a1c3c
commit aba0658ec0
3 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,7 @@
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>

View File

@ -1596,9 +1596,9 @@ specific test macros use the value of @code{CPP} indirectly by calling
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

View File

@ -1596,9 +1596,9 @@ specific test macros use the value of @code{CPP} indirectly by calling
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