]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
New stuff.
authorDavid MacKenzie <djm@djmnet.org>
Sat, 19 Mar 1994 21:52:45 +0000 (21:52 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Sat, 19 Mar 1994 21:52:45 +0000 (21:52 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9bf1f5bf22233b88a770fc0104fee309c7335182..400b94b88d82e61091dcfe67190d7027e462cca2 100644 (file)
--- 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.
 \f
 Major changes in release 1.7: