X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffnmatch;h=a5a49f9d92b2c12c32a3904500003fd1387093ed;hb=05e8da350f850e41a7671f58824554415f2b6b95;hp=fde25a17331b1f740b49f999279f1cef9ab37dc5;hpb=76d82d2d7f5ba1a69da6aaa71ff170f5a90a6c94;p=gnulib.git diff --git a/modules/fnmatch b/modules/fnmatch index fde25a173..a5a49f9d9 100644 --- a/modules/fnmatch +++ b/modules/fnmatch @@ -9,19 +9,23 @@ m4/mbstate_t.m4 m4/fnmatch.m4 Depends-on: -arg-nonnull extensions -alloca -stdbool -wchar -wctype-h -memchr -memcmp -mbsrtowcs -mbsinit +snippet/arg-nonnull +alloca [test -n "$FNMATCH_H"] +stdbool [test -n "$FNMATCH_H"] +wchar [test -n "$FNMATCH_H"] +wctype-h [test -n "$FNMATCH_H"] +memchr [test -n "$FNMATCH_H"] +memcmp [test -n "$FNMATCH_H"] +mbsrtowcs [test -n "$FNMATCH_H"] +mbsinit [test -n "$FNMATCH_H"] configure.ac: gl_FUNC_FNMATCH_POSIX +if test -n "$FNMATCH_H"; then + AC_LIBOBJ([fnmatch]) + gl_PREREQ_FNMATCH +fi Makefile.am: BUILT_SOURCES += $(FNMATCH_H)