From 6f07a68ee3661d43e70f3762a444733aabff47f3 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 5 Sep 2007 21:46:29 +0000 Subject: [PATCH] * NEWS: Adjust wording for AC_CONFIG_LINKS. Reported by Ralf Wildenhues. --- ChangeLog | 5 +++++ NEWS | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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. -- 2.47.2