pmccabe2html: escaping of special characters
[gnulib.git] / modules / quotearg
index 7ef8076..bd63761 100644 (file)
@@ -4,23 +4,36 @@ Quote arguments for use in error messages.
 Files:
 lib/quotearg.h
 lib/quotearg.c
+lib/quote.h
 m4/mbstate_t.m4
 m4/mbrtowc.m4
 m4/quotearg.m4
 
 Depends-on:
+c-strcaseeq
+extensions
+gettext-h
+mbrtowc
+mbsinit
+memcmp
+quotearg-simple
+localcharset
+stdbool
+wchar
+wctype-h
 xalloc
-gettext
 
 configure.ac:
 gl_QUOTEARG
 
 Makefile.am:
-lib_SOURCES += quotearg.h quotearg.c
+lib_SOURCES += quotearg.c
 
 Include:
 "quotearg.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
-