]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
small reorg
authorDavid MacKenzie <djm@djmnet.org>
Fri, 26 Aug 1994 03:11:17 +0000 (03:11 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Fri, 26 Aug 1994 03:11:17 +0000 (03:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 25c1b5e37401d9533fd1e76e77c4de0e66732cd5..0aebc7e4d803e28b54002190c07c61df29aea7ef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -48,12 +48,14 @@ Major changes in release 2.0:
 * AC_VERBOSE pays attention to --quiet/--silent, not --verbose.
 * AC_CHECK_FUNCS and AC_CHECK_HEADERS take optional shell commands to
   execute on success.
+* Checking for C functions in C++ works.
+
+** Removed macros:
 * AC_REMOTE_TAPE and AC_RSH removed; too specific to tar and cpio, and
   better maintained with them.
 * AC_ARG_ARRAY removed because no one was likely using it.
 * AC_HAVE_POUNDBANG replaced with AC_SYS_INTERPRETER, which doesn't
   take arguments.
-* Checking for C functions in C++ works.
 
 ** New utilities:
 * autoscan to generate a preliminary configure.in for a package by