bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] link-follow: fix the "checking..." message to not mention traili


From: Jim Meyering
Subject: [PATCH] link-follow: fix the "checking..." message to not mention trailing slash
Date: Mon, 15 Jun 2009 11:37:16 +0200

FYP, just pushed:

>From a933e8ee26612cb6857993cc921cc8e86161f488 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 14 Jun 2009 17:58:39 +0200
Subject: [PATCH] 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.
---
 ChangeLog         |    6 ++++++
 m4/link-follow.m4 |    5 ++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 314a325..f88670c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-14  Jim Meyering  <address@hidden>
+
+       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  <address@hidden>

        * m4/memchr.m4: Mention also the bug on IA-64.
diff --git a/m4/link-follow.m4 b/m4/link-follow.m4
index 14ce6ff..d282442 100644
--- 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 @@ dnl Set LINK_FOLLOWS_SYMLINKS accordingly.

 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.
--
1.6.3.2.406.gd6a466




reply via email to

[Prev in Thread] Current Thread [Next in Thread]