maint: fts: give __opendir2 a new parameter and rename
[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-h
21 xalloc
22
23 configure.ac:
24 gl_QUOTEARG
25
26 Makefile.am:
27 lib_SOURCES += quotearg.c
28
29 Include:
30 "quotearg.h"
31
32 License:
33 GPL
34
35 Maintainer:
36 Paul Eggert