bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

update regex dependencies


From: Paolo Bonzini
Subject: update regex dependencies
Date: Mon, 22 Dec 2008 10:59:26 +0100
User-agent: Thunderbird 2.0.0.18 (Macintosh/20081105)

I'm committing this:

2008-12-22  Paolo Bonzini  <address@hidden>

        * modules/regex: Request emulations for the mb*/wc* functions we
        need.
        * m4/regex.m4: Don't look for those functions here.

diff --git a/m4/regex.m4 b/m4/regex.m4
index 38fb7ba..f3a7b42 100644
--- a/m4/regex.m4
+++ b/m4/regex.m4
@@ -219,6 +219,6 @@ AC_DEFUN([gl_PREREQ_REGEX],
   AC_REQUIRE([AC_C_RESTRICT])
   AC_REQUIRE([AC_TYPE_MBSTATE_T])
   AC_CHECK_HEADERS([libintl.h])
-  AC_CHECK_FUNCS_ONCE([isblank iswctype mbrtowc wcrtomb wcscoll])
+  AC_CHECK_FUNCS_ONCE([isblank iswctype wcscoll])
   AC_CHECK_DECLS([isblank], [], [], [#include <ctype.h>])
 ])
diff --git a/modules/regex b/modules/regex
index 1659e18..c6a1235 100644
--- a/modules/regex
+++ b/modules/regex
@@ -13,16 +13,20 @@ m4/mbstate_t.m4

 Depends-on:
 alloca
+btowc
 extensions
 gettext-h
 localcharset
 malloc
 memcmp
 memmove
+mbrtowc
+mbsinit
 stdbool
 stdint
 ssize_t
 wchar
+wcrtomb
 wctype

 configure.ac:

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]