mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
* m4/argmatch.m4: Remove file. * modules/argmatch (Files): Remove it. (configure.ac): Remove gl_ARGMATCH call. (Makefile.am): Augment lib_SOURCES.
32 lines
319 B
Plaintext
32 lines
319 B
Plaintext
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
|