From aba0658ec0192061a1aba88d900e882476d43bca Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 15 Oct 1999 23:09:11 +0000 Subject: [PATCH] 1999-10-16 Ben Elliston * autoconf.texi (AC_PROG_CXX): Update documentation. --- ChangeLog | 1 + autoconf.texi | 6 +++--- doc/autoconf.texi | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 74f97397..51006c5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 1999-10-16 Ben Elliston * acspecific.m4 (AC_PROG_CXX): gcc is not a C++ compiler. + * autoconf.texi (AC_PROG_CXX): Update documentation. 1999-10-13 Ben Elliston diff --git a/autoconf.texi b/autoconf.texi index 24cf5b50..27ef9453 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -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 diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 24cf5b50..27ef9453 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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