summaryrefslogtreecommitdiff
path: root/m4/stat.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-28 21:27:04 +0000
committerJim Meyering <jim@meyering.net>2000-05-28 21:27:04 +0000
commit2981d74992cea9d55f30bc49b018b46d28a68d53 (patch)
tree30bae36db235b86568d4fd022008662c7d7fe947 /m4/stat.m4
parent5ccb8ddd83f30c8d37477e2af100145b55abb534 (diff)
downloadcoreutils-2981d74992cea9d55f30bc49b018b46d28a68d53.tar.xz
(AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
Diffstat (limited to 'm4/stat.m4')
-rw-r--r--m4/stat.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/stat.m4 b/m4/stat.m4
index c230af7b4..ed6324dea 100644
--- a/m4/stat.m4
+++ b/m4/stat.m4
@@ -11,7 +11,7 @@ dnl
AC_DEFUN(jm_FUNC_STAT,
[
- AC_REQUIRE([jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK])
+ AC_REQUIRE([AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK])
AC_CACHE_CHECK([whether stat accepts an empty string],
jm_cv_func_stat_empty_string_bug,
[AC_TRY_RUN([