added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / quotearg
1 Description:
2 Quote arguments for use in error messages.
3
4 Files:
5 lib/quotearg.h
6 lib/quotearg.c
7 m4/mbstate_t.m4
8 m4/mbrtowc.m4
9 m4/quotearg.m4
10
11 Depends-on:
12 extensions
13 gettext-h
14 mbrtowc
15 mbsinit
16 memcmp
17 quotearg-simple
18 stdbool
19 wchar
20 wctype
21 xalloc
22
23 configure.ac:
24 gl_QUOTEARG
25
26 Makefile.am:
27
28 Include:
29 "quotearg.h"
30
31 License:
32 GPL
33
34 Maintainer:
35 Paul Eggert