]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_FUNC_LSTAT): Use AC_LIBSOURCES to require lstat.c and lstat.h.
authorJim Meyering <jim@meyering.net>
Sun, 3 Jul 2005 13:44:52 +0000 (13:44 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 3 Jul 2005 13:44:52 +0000 (13:44 +0000)
m4/lstat.m4

index 59d7191f68a90a748fe4007fe8f2409af6b4382a..9a58334f9e4d89a4d1e29c552c9191549ae2265f 100644 (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).
   :