(gl_FUNC_LSTAT): Use AC_LIBSOURCES to require lstat.c and lstat.h.

This commit is contained in:
Jim Meyering
2005-07-03 13:44:52 +00:00
parent 85ddb64559
commit e24584b100
+3 -1
View File
@@ -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).
: