]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* NEWS: Adjust wording for AC_CONFIG_LINKS.
authorEric Blake <ebb9@byu.net>
Wed, 5 Sep 2007 21:46:29 +0000 (21:46 +0000)
committerEric Blake <ebb9@byu.net>
Wed, 5 Sep 2007 21:46:29 +0000 (21:46 +0000)
Reported by Ralf Wildenhues.

ChangeLog
NEWS

index 56a5fbefd2c817450269103070f9385985886468..db14c11e155f770c4cfb8263f04e7cb87e6c45ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-05  Eric Blake  <ebb9@byu.net>
+
+       * NEWS: Adjust wording for AC_CONFIG_LINKS.
+       Reported by Ralf Wildenhues.
+
 2007-09-03  Eric Blake  <ebb9@byu.net>
 
        * NEWS: Document fixes that have been applied since 2.61a.
diff --git a/NEWS b/NEWS
index b018fc0c1adae790c223c89603ebb2e04f467556..c21997e0b1ddcfb20b7bb79f9871df807eac3b19 100644 (file)
--- 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.