]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Describe the changes to -I DIR and -B DIR, and the new
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 17 Jul 2002 08:29:26 +0000 (08:29 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 17 Jul 2002 08:29:26 +0000 (08:29 +0000)
--enable-site-macro-dir option.

NEWS

diff --git a/NEWS b/NEWS
index 983080320d88d68ee05445cc36fe3377013619e2..893fd6ae88c5c5ec1c9830618883360542a4c149 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,13 @@
   with older Gettexts.
   Many thanks to Bruno Haible for autopoint!
 
+- The -I DIR or --include=DIR option now appends DIR to the include path
+  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.
+
 ** Macros
 
 - AC_CONFIG_LINKS now makes copies if it can't make links.