unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / sh-quote
blob834601ba86ee83bcb98eef20de9c2cbf17265cce
1 Description:
2 Shell quoting.
4 Files:
5 lib/sh-quote.h
6 lib/sh-quote.c
8 Depends-on:
9 quotearg
10 xalloc
12 configure.ac:
13 AC_REQUIRE([AC_C_RESTRICT])
15 Makefile.am:
16 lib_SOURCES += sh-quote.h sh-quote.c
18 Include:
19 "sh-quote.h"
21 Link:
22 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
23 $(MBRTOWC_LIB)
24 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
26 License:
27 GPL
29 Maintainer:
30 all