]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-10-16 Ben Elliston <bje@cygnus.com> pre-exp-merge-1999-10-17
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Fri, 15 Oct 1999 23:09:11 +0000 (23:09 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Fri, 15 Oct 1999 23:09:11 +0000 (23:09 +0000)
* autoconf.texi (AC_PROG_CXX): Update documentation.

ChangeLog
autoconf.texi
doc/autoconf.texi

index 74f973978af2768453866b93888edcc27264c2ca..51006c5d1237f3f274e579d2fb717d9fa979418f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 24cf5b509081d50be5ff2289c7ec50a23533b543..27ef94532dbe8a7b1cb0c9218141fbb0893d7c2c 100644 (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
index 24cf5b509081d50be5ff2289c7ec50a23533b543..27ef94532dbe8a7b1cb0c9218141fbb0893d7c2c 100644 (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