1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-06 00:29:44 +02:00

Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.

This commit is contained in:
Jim Meyering
2000-05-22 08:35:36 +00:00
parent b8c130d091
commit 36595ef3f7
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
#serial 3
#serial 4
dnl From Jim Meyering.
dnl Determine whether lstat has the bug that it succeeds when given the
@@ -11,6 +11,7 @@ dnl
AC_DEFUN(jm_FUNC_LSTAT,
[
AC_REQUIRE([jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK])
AC_CACHE_CHECK([whether lstat accepts an empty string],
jm_cv_func_lstat_empty_string_bug,
[AC_TRY_RUN([
+2 -1
View File
@@ -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([