From: Paul Eggert Date: Fri, 3 Apr 2009 17:46:35 +0000 (-0700) Subject: fnmatch depends on mbsrtowcs and mbsinit. X-Git-Tag: v0.1~6038 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=1b27e233b2a03814157d4f5060b785f48db4f3e5;p=gnulib.git fnmatch depends on mbsrtowcs and mbsinit. --- diff --git a/ChangeLog b/ChangeLog index ba1575203..2fdb6ddd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-04-03 Paul Eggert + + * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting + problem to Solaris 8 encountered with coreutils 7.2, which + resulted in a message "fnmatch.c:292: warning: passing argument 4 + of 'mbsrtowcs' from incompatible pointer type". Also, add mbsinit + at the suggestion of Bruno Haible, since fnmatch uses mbsinit. + 2009-04-03 Simon Josefsson * m4/ld-version-script.m4: Add FIXME comment. diff --git a/modules/fnmatch b/modules/fnmatch index 3187a7d20..5c3d7090c 100644 --- a/modules/fnmatch +++ b/modules/fnmatch @@ -16,6 +16,8 @@ wchar wctype memchr memcmp +mbsrtowcs +mbsinit configure.ac: # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.