X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flstat;h=7fe97caabc431031d0febc9f4e3a7654cb9c7bef;hb=a3950b0d4237539d2e163b28b6a2197f92790ba0;hp=d26e9646c41db961ee57be61a992ee57a190039a;hpb=0d1d61835135da48448b5f09ada9f67c35ca4b97;p=gnulib.git diff --git a/modules/lstat b/modules/lstat index d26e9646c..7fe97caab 100644 --- a/modules/lstat +++ b/modules/lstat @@ -3,23 +3,29 @@ lstat() function: return information about a file or symbolic link. Files: lib/lstat.c -lib/lstat.h m4/lstat.m4 Depends-on: -xalloc -stat-macros +sys_stat +largefile +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: -GPL +LGPLv2+ Maintainer: Jim Meyering