diff options
author | Bruno Haible <bruno@clisp.org> | 2008-04-29 02:55:59 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2008-04-29 02:55:59 +0200 |
commit | b52ae09f3a74d02e4f203c4b7703416d3b3b5461 (patch) | |
tree | 2c3af01d1cdda4496a4800c90b220ac37026bb0e /modules/rpmatch | |
parent | cdf60d1ad704f2d17ca677af9dc093e7a81bd28e (diff) | |
download | gnulib-b52ae09f3a74d02e4f203c4b7703416d3b3b5461.tar.gz |
Declare rpmatch.
Diffstat (limited to 'modules/rpmatch')
-rw-r--r-- | modules/rpmatch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/rpmatch b/modules/rpmatch index 5b226b0379..e11f92cd09 100644 --- a/modules/rpmatch +++ b/modules/rpmatch @@ -6,16 +6,20 @@ lib/rpmatch.c m4/rpmatch.m4 Depends-on: +stdlib +extensions stdbool gettext-h regex configure.ac: gl_FUNC_RPMATCH +gl_STDLIB_MODULE_INDICATOR([rpmatch]) Makefile.am: Include: +<stdlib.h> License: GPL |