I'm trying to have Emacs use gnulib a bit more (one module at a
time...) and discovered that many modules currently depend on gettext
even though they only need the gettext.h file. gettext is a fairly
heavyweight module, and it's not time yet for me to add it to Emacs
(it's on the todo list, but
Paul Eggert wrote:
> Yes, if the current Autoconf macro works
> for Bruno, we should simply use a copy of it in gnulib.
Yes, this macro works on mingw as well. I committed this patch.
2005-07-05 Bruno Haible <[EMAIL PROTECTED]>
* mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from cu