summaryrefslogtreecommitdiff
path: root/gnulib/modules/quotearg
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/quotearg')
m---------gnulib0
-rw-r--r--gnulib/modules/quotearg36
2 files changed, 36 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/quotearg b/gnulib/modules/quotearg
new file mode 100644
index 0000000..b3f1ad1
--- /dev/null
+++ b/gnulib/modules/quotearg
@@ -0,0 +1,36 @@
+Description:
+Quote arguments for use in error messages.
+
+Files:
+lib/quotearg.h
+lib/quotearg.c
+m4/mbstate_t.m4
+m4/mbrtowc.m4
+m4/quotearg.m4
+
+Depends-on:
+extensions
+gettext-h
+mbrtowc
+mbsinit
+memcmp
+quotearg-simple
+stdbool
+wchar
+wctype-h
+xalloc
+
+configure.ac:
+gl_QUOTEARG
+
+Makefile.am:
+lib_SOURCES += quotearg.c
+
+Include:
+"quotearg.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert