]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
for CXX is g++, not gcc.
authorAkim Demaille <akim@epita.fr>
Sat, 14 Jul 2001 14:27:41 +0000 (14:27 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 14 Jul 2001 14:27:41 +0000 (14:27 +0000)
ChangeLog
doc/autoconf.texi

index bbeb9c3a4742d71c236ad75ac78fbd1e30e06813..074167811a97964fa5623ffac23cc9a61ea64d8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-14  Kevin Ryde  <user42@zip.com.au>
+
+        * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
+       for CXX is g++, not gcc.
+
 2001-07-14  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (Files): New subsection.
index 0fd7ce690434d82cc768443dade920a840764a05..6337c809769a92ecba7e080c9dd880b9c2d4cde0 100644 (file)
@@ -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