diff options
author | Jim Meyering <jim@meyering.net> | 2005-07-03 13:44:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-07-03 13:44:52 +0000 |
commit | e24584b100713d7ad3ef2ee3f1013796f69a47ac (patch) | |
tree | b24fcc461bb3d4bc6a78013e124a7e2f96b7e19f /m4 | |
parent | 85ddb64559899f1d7bbae2ba1aa68311e837a0b6 (diff) | |
download | coreutils-e24584b100713d7ad3ef2ee3f1013796f69a47ac.tar.xz |
(gl_FUNC_LSTAT): Use AC_LIBSOURCES to require lstat.c and lstat.h.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/lstat.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/lstat.m4 b/m4/lstat.m4 index 59d7191f6..9a58334f9 100644 --- a/m4/lstat.m4 +++ b/m4/lstat.m4 @@ -1,4 +1,4 @@ -#serial 13 +#serial 14 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 Free Software # Foundation, Inc. @@ -18,6 +18,8 @@ dnl AC_DEFUN([gl_FUNC_LSTAT], [ + AC_LIBSOURCES([lstat.c, lstat.h]) + AC_REQUIRE([AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK]) dnl Note: AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK does AC_LIBOBJ(lstat). : |