X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fglob;h=cef81cc68bfb6411c8417fe64d0ca3769adcadd6;hb=888856190f7325fad27898ce969ae9643d2d4cc1;hp=114cb6d121d54a8e0abe1e943577ee9bf38baffb;hpb=76d82d2d7f5ba1a69da6aaa71ff170f5a90a6c94;p=gnulib.git diff --git a/modules/glob b/modules/glob index 114cb6d12..cef81cc68 100644 --- a/modules/glob +++ b/modules/glob @@ -9,25 +9,33 @@ lib/glob.c m4/glob.m4 Depends-on: -alloca -arg-nonnull -c++defs -d-type -dirfd extensions -fnmatch -getlogin_r -memchr -mempcpy -stdbool -strdup -sys_stat -unistd -warn-on-use -malloc-posix +largefile +snippet/arg-nonnull +snippet/c++defs +snippet/warn-on-use +alloca [test -n "$GLOB_H"] +closedir [test -n "$GLOB_H"] +d-type [test -n "$GLOB_H"] +dirfd [test -n "$GLOB_H"] +fnmatch [test -n "$GLOB_H"] +getlogin_r [test -n "$GLOB_H"] +memchr [test -n "$GLOB_H"] +mempcpy [test -n "$GLOB_H"] +opendir [test -n "$GLOB_H"] +readdir [test -n "$GLOB_H"] +stdbool [test -n "$GLOB_H"] +strdup [test -n "$GLOB_H"] +sys_stat [test -n "$GLOB_H"] +unistd [test -n "$GLOB_H"] +malloc-posix [test -n "$GLOB_H"] configure.ac: gl_GLOB +if test -n "$GLOB_H"; then + AC_LIBOBJ([glob]) + gl_PREREQ_GLOB +fi Makefile.am: BUILT_SOURCES += $(GLOB_H)