changeset 11623:4bdaf075d3d9

link-follow: fix the "checking..." message to not mention trailing slash * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has never considered trailing slashes.
author Jim Meyering <meyering@redhat.com>
date Sun, 14 Jun 2009 17:58:39 +0200
parents 3576940946dd
children 82b5a4d577af
files ChangeLog m4/link-follow.m4
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-14  Jim Meyering  <meyering@redhat.com>
+
+	link-follow: fix the "checking..." message to not mention trailing slash
+	* m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
+	never considered trailing slashes.
+
 2009-06-14  Bruno Haible  <bruno@clisp.org>
 
 	* m4/memchr.m4: Mention also the bug on IA-64.
--- a/m4/link-follow.m4
+++ b/m4/link-follow.m4
@@ -1,4 +1,4 @@
-# serial 10
+# serial 11
 dnl Run a program to determine whether link(2) follows symlinks.
 dnl Set LINK_FOLLOWS_SYMLINKS accordingly.
 
@@ -9,8 +9,7 @@
 
 AC_DEFUN([gl_AC_FUNC_LINK_FOLLOWS_SYMLINK],
 [dnl
-  AC_CACHE_CHECK(
-    [whether link(2) dereferences a symlink specified with a trailing slash],
+  AC_CACHE_CHECK([whether link(2) dereferences a symlink],
 		 gl_ac_cv_func_link_follows_symlink,
   [
     # Create a regular file.