]> git.cworth.org Git - tar/blob - m4/lstat.m4
Imported Upstream version 1.20
[tar] / m4 / lstat.m4
1 #serial 16
2
3 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007
4 # Free Software Foundation, Inc.
5 #
6 # This file is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 dnl From Jim Meyering.
11
12 AC_DEFUN([gl_FUNC_LSTAT],
13 [
14   AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
15   dnl Note: AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK does AC_LIBOBJ(lstat).
16   :
17 ])