summaryrefslogtreecommitdiff
path: root/modules/exclude
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-02-15 00:29:06 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2007-02-15 00:29:06 +0000
commitb20fd100dd7a8a8136817003b18607c3fffc8765 (patch)
treeae6722409385d4acf5d370665e8a8b3b30f86cf5 /modules/exclude
parent9d162a1de906d622c116dd3e30c0ef673904a783 (diff)
downloadgnulib-b20fd100dd7a8a8136817003b18607c3fffc8765.tar.gz
* lib/exclude.c (FNM_EXTMATCH): Define if system does not.
Verify that it doesn't overlap with our flags. (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which do not have the desired effect in multibyte locales; instead, use mbscasecmp. * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase. Add dependency on xalloc. Depend on fnmatch, not fnmatch-gnu, since we don't require GNU fnmatch ourselves (if our users require it, they should do so explicitly).
Diffstat (limited to 'modules/exclude')
-rw-r--r--modules/exclude6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/exclude b/modules/exclude
index 78efea5d7e..3d5aaef122 100644
--- a/modules/exclude
+++ b/modules/exclude
@@ -7,11 +7,11 @@ lib/exclude.c
m4/exclude.m4
Depends-on:
-xalloc
-strcase
-fnmatch-gnu
+fnmatch
+mbscasecmp
stdbool
verify
+xalloc
configure.ac:
gl_EXCLUDE