pmccabe2html: escaping of special characters
[gnulib.git] / modules / rpmatch
index e11f92c..f64286b 100644 (file)
@@ -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:
 <stdlib.h>
 
+Link:
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
+
 License:
 GPL