From: David MacKenzie Date: Sat, 19 Mar 1994 21:52:45 +0000 (+0000) Subject: New stuff. X-Git-Tag: fsf-origin~780 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cadbf3acd9bcbe8a5270dbad8358bb770ecbc01;p=thirdparty%2Fautoconf.git New stuff. --- diff --git a/NEWS b/NEWS index 9bf1f5bf2..400b94b88 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,14 @@ Major changes in release 1.8: -* Relative srcdir values are not made absolute. +* New macros AC_LANG_C, AC_LANG_CPLUSPLUS, AC_LANG_SAVE, AC_LANG_RESTORE, + AC_PROG_CXX, AC_PROG_CXXCPP, AC_REQUIRE_CPP + for checking both C++ and C features in one configure script. +* New macros AC_FIND_XTRA, AC_MMAP. * AC_FIND_X looks for X in more places. * AC_PROG_INSTALL defaults to install.sh instead of cp, if it's in srcdir. install.sh is distributed with Autoconf. * AC_OUTPUT adds its comments in C format when substituting in C files. -* New macro AC_FIND_XTRA. +* Relative srcdir values are not made absolute. Major changes in release 1.7: