X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frpmatch;h=f64286b415d050e24890102eb28a2c08e1e0ccde;hb=55c6491b0a19073b7ec2cd25c9474a654916fec1;hp=e11f92cd096bd147f1d2b2931f062f7b8750e9b9;hpb=b52ae09f3a74d02e4f203c4b7703416d3b3b5461;p=gnulib.git diff --git a/modules/rpmatch b/modules/rpmatch index e11f92cd0..f64286b41 100644 --- a/modules/rpmatch +++ b/modules/rpmatch @@ -8,12 +8,17 @@ m4/rpmatch.m4 Depends-on: stdlib extensions -stdbool -gettext-h -regex +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: @@ -21,6 +26,9 @@ Makefile.am: Include: +Link: +$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise + License: GPL