]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Mention AC_PREREQ.
authorDavid MacKenzie <djm@djmnet.org>
Thu, 24 Mar 1994 18:38:02 +0000 (18:38 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 24 Mar 1994 18:38:02 +0000 (18:38 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 30de56fc4f63901e0a96a2ad3990459f6e8dfeaf..9ff53373fad0b3e0cbd32ca4c9773f4f5c4d0226 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Major changes in release 1.8:
   AC_PROG_CXX, AC_PROG_CXXCPP, AC_REQUIRE_CPP
   for checking both C++ and C features in one configure script.
 * New macros AC_CHECKING, AC_VERBOSE, AC_WARN, AC_ERROR for printing messages.
-* New macros AC_FIND_XTRA, AC_MMAP, AC_SIZEOF_TYPE.
+* New macros AC_FIND_XTRA, AC_MMAP, AC_SIZEOF_TYPE, AC_PREREQ.
 * 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.
@@ -12,6 +12,7 @@ Major changes in release 1.8:
 * Relative srcdir values are not made absolute.
 * configure accepts --help, --version, --silent/--quiet options.
 * config.status accepts --help, --version options.
+* Autoconf library files are installed in ${datadir}/autoconf, not ${datadir}.
 * Namespace cleanup: all shell variables used internally by Autoconf
   have names beginning with `ac_'.
 \f