mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-29 20:15:48 -04:00
(gl_FUNC_LSTAT): Use AC_LIBSOURCES to require lstat.c and lstat.h.
This commit is contained in:
+3
-1
@@ -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).
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user