diff options
-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). : |