From 9427197cde92517739b57b9113c17c50ce669a29 Mon Sep 17 00:00:00 2001 From: jay Date: Sat, 16 Oct 2004 20:32:49 +0000 Subject: [PATCH] Switch to requirement for GNU fnmatch because it supports FNM_CASEFOLD. --- import-gnulib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import-gnulib.sh b/import-gnulib.sh index 6fcc46b..8e410d5 100644 --- a/import-gnulib.sh +++ b/import-gnulib.sh @@ -34,7 +34,7 @@ destdir="gnulib" modules="\ -alloca argmatch dirname error fileblocks fnmatch \ +alloca argmatch dirname error fileblocks fnmatch-gnu \ getline getopt human idcache lstat malloc memcmp memset mktime \ modechange pathmax quotearg realloc regex rpmatch savedir stat \ stpcpy strdup strftime strstr strtol strtoul strtoull strtoumax \ -- 2.11.4.GIT