From: Paul Eggert Date: Tue, 29 Jan 2013 06:57:51 +0000 (-0800) Subject: AC_PROG_CXX: document change X-Git-Tag: v2.69b~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bea5177adc0c924fe7483509a5e38a6d49319fcb;p=thirdparty%2Fautoconf.git AC_PROG_CXX: document change * NEWS: Document recent change to AC_PROG_CXX. --- diff --git a/NEWS b/NEWS index a9b2226e..974d48d8 100644 --- a/NEWS +++ b/NEWS @@ -21,7 +21,8 @@ GNU Autoconf NEWS - User visible changes. eliminate the need to specify ACLOCAL_AMFLAGS in Makefile.am. - AC_PROG_CC now prefers C11 if available, falling back on C99 and - then on C89 as before. + then on C89 as before. Similarly, AC_PROG_CXX now prefers C++11 + if available, falling back on C++98. - AC_PROG_CC is now defined via AC_DEFUN_ONCE, to avoid bloat in 'configure'.