warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / rpmatch
blobf64286b415d050e24890102eb28a2c08e1e0ccde
1 Description:
2 Locale dependent classification of a response as matching "yes" or "no".
4 Files:
5 lib/rpmatch.c
6 m4/rpmatch.m4
8 Depends-on:
9 stdlib
10 extensions
11 stdbool         [test $HAVE_RPMATCH = 0]
12 gettext-h       [test $HAVE_RPMATCH = 0]
13 regex           [test $HAVE_RPMATCH = 0]
14 strdup          [test $HAVE_RPMATCH = 0]
16 configure.ac:
17 gl_FUNC_RPMATCH
18 if test $HAVE_RPMATCH = 0; then
19   AC_LIBOBJ([rpmatch])
20   gl_PREREQ_RPMATCH
22 gl_STDLIB_MODULE_INDICATOR([rpmatch])
24 Makefile.am:
26 Include:
27 <stdlib.h>
29 Link:
30 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
32 License:
33 GPL
35 Maintainer:
36 Jim Meyering