From: Eric Blake Date: Wed, 5 Sep 2007 21:46:29 +0000 (+0000) Subject: * NEWS: Adjust wording for AC_CONFIG_LINKS. X-Git-Tag: v2.62~280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f07a68ee3661d43e70f3762a444733aabff47f3;p=thirdparty%2Fautoconf.git * NEWS: Adjust wording for AC_CONFIG_LINKS. Reported by Ralf Wildenhues. --- diff --git a/ChangeLog b/ChangeLog index 56a5fbef..db14c11e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-05 Eric Blake + + * NEWS: Adjust wording for AC_CONFIG_LINKS. + Reported by Ralf Wildenhues. + 2007-09-03 Eric Blake * NEWS: Document fixes that have been applied since 2.61a. diff --git a/NEWS b/NEWS index b018fc0c..c21997e0 100644 --- a/NEWS +++ b/NEWS @@ -28,8 +28,9 @@ some (but not all) C++ types involving anonymous struct and union were accepted, though this was not documented. -** AC_CONFIG_LINKS now handles the case when source and build trees - coincide. +** AC_CONFIG_LINKS now prefers to link against files in the build tree + if found, and it works to link against a file of the same name in + the source tree, even if both trees coincide. ** AC_INIT no longer alters $@; regression introduced in 2.60.