From: Paul Eggert Date: Wed, 17 Jul 2002 08:29:26 +0000 (+0000) Subject: Describe the changes to -I DIR and -B DIR, and the new X-Git-Tag: AUTOCONF-2.53b~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73360bc006d789b1defc88ffada5a09fa06df8f2;p=thirdparty%2Fautoconf.git Describe the changes to -I DIR and -B DIR, and the new --enable-site-macro-dir option. --- diff --git a/NEWS b/NEWS index 983080320..893fd6ae8 100644 --- 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.