]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
add AC_ARG_WITH and AC_ARG_ENABLE
authorDavid MacKenzie <djm@djmnet.org>
Wed, 25 May 1994 01:20:29 +0000 (01:20 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Wed, 25 May 1994 01:20:29 +0000 (01:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ead6dd83e1278a1df7426d8d86bbaa6c3e62d51f..32fecf2feffce919815bc6ea8fa6367d8d0a6eb2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,11 +7,12 @@ Major changes in release 2.0:
 
 ** New macros:
 * AC_CACHE_VAL to share results of tests between configure runs.
-* AC_CONFIG_AUX, AC_CANON_SYSTEM, AC_SUBST_FILE, AC_MAKE_LINKS to
+* AC_CONFIG_AUXDIR, AC_CANON_SYSTEM, AC_SUBST_FILE, AC_MAKE_LINKS to
   support deciding unguessable features based on the host and target types.
 * AC_CONFIG_SUBDIRS to recursively configure a source tree.
 * AC_TEST_LINK which should be used instead of AC_COMPILE_CHECK, in
   order to use results caching.
+* AC_ARG_ENABLE and AC_ARG_WITH make AC_ENABLE and AC_WITH obsolete.
 
 ** Changed macros:
 * AC_OUTPUT adds the "automatically generated" comment after "#!" lines,