X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frpmatch;h=f64286b415d050e24890102eb28a2c08e1e0ccde;hb=bed5facc8ba8813aec741ae883a5021f4bc6339e;hp=5b226b0379f8bd69aa6912db4c85014788ece2b3;hpb=cdf60d1ad704f2d17ca677af9dc093e7a81bd28e;p=gnulib.git diff --git a/modules/rpmatch b/modules/rpmatch index 5b226b037..f64286b41 100644 --- a/modules/rpmatch +++ b/modules/rpmatch @@ -6,16 +6,28 @@ lib/rpmatch.c m4/rpmatch.m4 Depends-on: -stdbool -gettext-h -regex +stdlib +extensions +stdbool [test $HAVE_RPMATCH = 0] +gettext-h [test $HAVE_RPMATCH = 0] +regex [test $HAVE_RPMATCH = 0] +strdup [test $HAVE_RPMATCH = 0] configure.ac: gl_FUNC_RPMATCH +if test $HAVE_RPMATCH = 0; then + AC_LIBOBJ([rpmatch]) + gl_PREREQ_RPMATCH +fi +gl_STDLIB_MODULE_INDICATOR([rpmatch]) Makefile.am: Include: + + +Link: +$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise License: GPL