X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flstat;h=dbe7e11501cd6a25c20fe2746f13884956ebdb82;hb=50de7d77b196dd18d2504b31a5bdf151ecaebcef;hp=d60d230edfa23ed1bc5523eb0e03fd6e331927df;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/lstat b/modules/lstat index d60d230ed..dbe7e1150 100644 --- a/modules/lstat +++ b/modules/lstat @@ -3,23 +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: -EXTRA_DIST += lstat.h lstat.c Include: -"lstat.h" + License: -LGPL +LGPLv2+ Maintainer: Jim Meyering