mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
1999-10-16 Ben Elliston <bje@cygnus.com>
* autoconf.texi (AC_PROG_CXX): Update documentation.
This commit is contained in:
parent
d9409a1c3c
commit
aba0658ec0
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user