]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Correct the description of --enable-site-macro-dir.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Jul 2002 08:22:05 +0000 (08:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Jul 2002 08:22:05 +0000 (08:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index fb8784b548caaebb82396bf96a95327e77044762..9a2d563a0ed09bcff9824c1f76b7ce22543ebfa1 100644 (file)
--- a/NEWS
+++ b/NEWS
   instead of prepending; this is for consistency with other GNU tools.
   The new -B DIR or --prepend-include=DIR option has the old behavior.
 
-- When configured with the new --enable-site-macro-dir=DIR configure-time
-  option, Autoconf now appends DIR to the default include path.
+- Autoconf now normally appends ${datadir}/autoconf/site_macros to the
+  include path.  The new --disable-site-macro-dir configure-time
+  option inhibits this, and the new --enable-site-macro-dir=DIR
+  configure-time option causes it to append DIR instead.
 
 ** Macros