X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffnmatch;h=a5a49f9d92b2c12c32a3904500003fd1387093ed;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=12e5906afd66839d5344e3987607594a63f529a1;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=gnulib.git diff --git a/modules/fnmatch b/modules/fnmatch index 12e5906af..a5a49f9d9 100644 --- a/modules/fnmatch +++ b/modules/fnmatch @@ -9,8 +9,8 @@ m4/mbstate_t.m4 m4/fnmatch.m4 Depends-on: -arg-nonnull extensions +snippet/arg-nonnull alloca [test -n "$FNMATCH_H"] stdbool [test -n "$FNMATCH_H"] wchar [test -n "$FNMATCH_H"] @@ -22,6 +22,10 @@ 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)