X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flstat;h=dbe7e11501cd6a25c20fe2746f13884956ebdb82;hb=be6418e5cb639583826a55437ddb67e273ffabf4;hp=6b72505c6c9d7b3182c79786e570067def605c2c;hpb=28fe652e06a47bc9d02812968dc8c188e5d68593;p=gnulib.git diff --git a/modules/lstat b/modules/lstat index 6b72505c6..dbe7e1150 100644 --- a/modules/lstat +++ b/modules/lstat @@ -3,22 +3,28 @@ lstat() function: return information about a file or symbolic link. Files: lib/lstat.c -lib/lstat.h m4/lstat.m4 Depends-on: -stat-macros +sys_stat +dosname [test $REPLACE_LSTAT = 1] +stat [test $REPLACE_LSTAT = 1] configure.ac: gl_FUNC_LSTAT +if test $REPLACE_LSTAT = 1; then + AC_LIBOBJ([lstat]) + gl_PREREQ_LSTAT +fi +gl_SYS_STAT_MODULE_INDICATOR([lstat]) Makefile.am: Include: -"lstat.h" + License: -LGPL +LGPLv2+ Maintainer: Jim Meyering