mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/exclude.m4: Remove file. * modules/exclude (Files): Remove it. (configure.ac): Remove gl_EXCLUDE call. (Makefile.am): Augment lib_SOURCES.
30 lines
310 B
Plaintext
30 lines
310 B
Plaintext
Description:
|
|
Manage list of filenames or wildcard patterns for --exclude option processing.
|
|
|
|
Files:
|
|
lib/exclude.h
|
|
lib/exclude.c
|
|
|
|
Depends-on:
|
|
fnmatch
|
|
hash
|
|
mbscasecmp
|
|
mbuiter
|
|
stdbool
|
|
verify
|
|
xalloc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += exclude.c
|
|
|
|
Include:
|
|
"exclude.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|