From: Paul Eggert Date: Fri, 19 Jul 2002 08:22:05 +0000 (+0000) Subject: Correct the description of --enable-site-macro-dir. X-Git-Tag: AUTOCONF-2.53c~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee515d5ac009c9984a011d2fc9c6cf3a62f65ca1;p=thirdparty%2Fautoconf.git Correct the description of --enable-site-macro-dir. --- diff --git a/NEWS b/NEWS index fb8784b54..9a2d563a0 100644 --- a/NEWS +++ b/NEWS @@ -20,8 +20,10 @@ 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