gnulib-tool: Ignore autom4te.cache when using GNULIB_TOOL_IMPL=sh+py.
[gnulib.git] / modules / rpmatch
blobc11296b985449d4856505d1a19e1ff0d87fa8c25
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 gl_CONDITIONAL([GL_COND_OBJ_RPMATCH], [test $HAVE_RPMATCH = 0])
19 AM_COND_IF([GL_COND_OBJ_RPMATCH], [
20   gl_PREREQ_RPMATCH
22 gl_STDLIB_MODULE_INDICATOR([rpmatch])
24 Makefile.am:
25 if GL_COND_OBJ_RPMATCH
26 lib_SOURCES += rpmatch.c
27 endif
29 Include:
30 <stdlib.h>
32 Link:
33 $(MBRTOWC_LIB)
34 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
36 License:
37 GPL
39 Maintainer:
40 Jim Meyering