NEWS.stable: log cherry-pick [24bfc89]->[1d71dc7] strtoumax: Avoid link error on...
[gnulib.git] / modules / quotearg
index 52cac85..b3f1ad1 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Quote arguments for use in error messages.
 
 Files:
 lib/quotearg.h
@@ -8,15 +9,28 @@ m4/mbrtowc.m4
 m4/quotearg.m4
 
 Depends-on:
+extensions
+gettext-h
+mbrtowc
+mbsinit
+memcmp
+quotearg-simple
+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