*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 19 Dec 1999 09:34:29 +0000 (09:34 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 19 Dec 1999 09:34:29 +0000 (09:34 +0000)
m4/ChangeLog
m4/lstat-slash.m4

index 51b9b9b..fd637c9 100644 (file)
@@ -1,3 +1,9 @@
+1999-12-19  Jim Meyering  <meyering@ascend.com>
+
+       * lstat-slash.m4: New file.
+       * jm-macros.m4: Use the new macro:
+       jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
+
 1999-12-07  Jim Meyering  <meyering@ascend.com>
 
        * perl.m4: Require that File::Compare be available, too.
index 0e3988a..4015f34 100644 (file)
@@ -34,6 +34,8 @@ AC_DEFUN(jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK,
       jm_cv_func_lstat_dereferences_slashed_symlink=no
      )
    else
+     # If the `ln -s' command failed, then we probably don't even
+     # have an lstat function.
      jm_cv_func_lstat_dereferences_slashed_symlink=no
    fi
   ])