summaryrefslogtreecommitdiff
path: root/m4/stat.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-22 08:35:36 +0000
committerJim Meyering <jim@meyering.net>2000-05-22 08:35:36 +0000
commit36595ef3f791e768633b4d05da85140b2b0fe283 (patch)
tree313185a57370ab95b428de2100ab67d812f6e3ae /m4/stat.m4
parentb8c130d091cbb038762e46175cfd12756bcd03ac (diff)
downloadcoreutils-36595ef3f791e768633b4d05da85140b2b0fe283.tar.xz
Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
Diffstat (limited to 'm4/stat.m4')
-rw-r--r--m4/stat.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/stat.m4 b/m4/stat.m4
index 7d2211604..c230af7b4 100644
--- a/m4/stat.m4
+++ b/m4/stat.m4
@@ -1,4 +1,4 @@
-#serial 3
+#serial 4
dnl From Jim Meyering.
dnl Determine whether stat has the bug that it succeeds when given the
@@ -11,6 +11,7 @@ dnl
AC_DEFUN(jm_FUNC_STAT,
[
+ AC_REQUIRE([jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK])
AC_CACHE_CHECK([whether stat accepts an empty string],
jm_cv_func_stat_empty_string_bug,
[AC_TRY_RUN([