From e24584b100713d7ad3ef2ee3f1013796f69a47ac Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 3 Jul 2005 13:44:52 +0000 Subject: (gl_FUNC_LSTAT): Use AC_LIBSOURCES to require lstat.c and lstat.h. --- m4/lstat.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'm4/lstat.m4') 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). : -- cgit v1.2.3-54-g00ecf