crypto/gc: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / rpmatch
index 624ec1d79f23b36410af347ac348da8973c6418c..bfa5380da1c5f85b8d126f97a2b513f3e3b37a99 100644 (file)
@@ -6,13 +6,28 @@ lib/rpmatch.c
 m4/rpmatch.m4
 
 Depends-on:
-gettext
-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
+gl_STDLIB_MODULE_INDICATOR([rpmatch])
 
 Makefile.am:
 
 Include:
+<stdlib.h>
+
+Link:
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering