verify: new macro 'assume'
[gnulib.git] / modules / rpmatch
1 Description:
2 Locale dependent classification of a response as matching "yes" or "no".
3
4 Files:
5 lib/rpmatch.c
6 m4/rpmatch.m4
7
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]
15
16 configure.ac:
17 gl_FUNC_RPMATCH
18 if test $HAVE_RPMATCH = 0; then
19   AC_LIBOBJ([rpmatch])
20   gl_PREREQ_RPMATCH
21 fi
22 gl_STDLIB_MODULE_INDICATOR([rpmatch])
23
24 Makefile.am:
25
26 Include:
27 <stdlib.h>
28
29 Link:
30 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
31
32 License:
33 GPL
34
35 Maintainer:
36 Jim Meyering
37