time: Fix test failure on FreeBSD.
[gnulib.git] / modules / quotearg
blob89f81fd55fd9a0e75cf4b044c90630be3234f678
1 Description:
2 Quote arguments for use in error messages.
4 Files:
5 lib/quotearg.h
6 lib/quotearg.c
7 lib/quote.h
8 m4/quotearg.m4
10 Depends-on:
11 attribute
12 c-strcaseeq
13 c32isprint
14 extensions
15 gettext-h
16 mbszero
17 mbrtoc32
18 mbsinit
19 memcmp
20 minmax
21 quotearg-simple
22 localcharset
23 stdbool
24 stdint
25 uchar
26 xalloc
28 configure.ac:
29 gl_QUOTEARG
31 Makefile.am:
32 lib_SOURCES += quotearg.c
34 Include:
35 "quotearg.h"
37 Link:
38 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
39 $(MBRTOWC_LIB)
40 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
42 License:
43 GPL
45 Maintainer:
46 Paul Eggert