summaryrefslogtreecommitdiff
path: root/gnulib/modules/argmatch
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/argmatch')
m---------gnulib0
-rw-r--r--gnulib/modules/argmatch31
2 files changed, 31 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/argmatch b/gnulib/modules/argmatch
new file mode 100644
index 0000000..c28ecaf
--- /dev/null
+++ b/gnulib/modules/argmatch
@@ -0,0 +1,31 @@
+Description:
+Search for an exact or abbreviated match of a string in an array of strings.
+
+Files:
+lib/argmatch.h
+lib/argmatch.c
+
+Depends-on:
+gettext-h
+error
+quotearg
+quote
+exitfail
+verify
+stdbool
+stdlib
+memcmp
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += argmatch.c
+
+Include:
+"argmatch.h"
+
+License:
+GPL
+
+Maintainer:
+all