Eric Blake <[EMAIL PROTECTED]> writes:
> At this point, I really think it is easier to generate a replacement
> that takes care of the intricacies,
Yes, I'd like a wchar module that provides wchar.h, so that we can
remove HAVE_WCHAR_H from most of the code.
> Also, there are 8 files in lib/* th
Simon Josefsson wrote:
> 2007-01-11 Simon Josefsson <[EMAIL PROTECTED]>
>
> * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
> Emacs .#* auto-save files).
Thanks. CVS also creates files with this pattern.
Bruno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 1/10/2007 11:24 AM:
>
> Still not enough; Chris reported another failure offlist. wctype.m4's
> AC_SUBST
> (HAVE_WINT_T) was resulting in an empty string, even though wint_t.m4's
> AC_DEFINE(HAVE_WINT_T, 1, ...) was now g
Bruno Haible <[EMAIL PROTECTED]> writes:
> This additional patch was necessary. Also, Simon, subdirectory modules
> are failing in your buildbot logs: http://autobuild.josefsson.org/gnulib/
> I guess all that's needed is to transform the module name by replacing slashes
> with some other character
This additional patch was necessary. Also, Simon, subdirectory modules
are failing in your buildbot logs: http://autobuild.josefsson.org/gnulib/
I guess all that's needed is to transform the module name by replacing slashes
with some other character: sed -e 's|/|%|g'
2007-01-11 Bruno Haible <[E