Re: Building m4 on BSDI 4.0.1

2007-01-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Paul Eggert on 1/10/2007 3:27 PM: > > But the rest of wctype_.h uses the @...@ substitution method; this is > the tradition for .h files that might get installed into an environment > that doesn't have config.h. > > I installed this furt

Re: Building m4 on BSDI 4.0.1

2007-01-10 Thread Paul Eggert
Eric Blake <[EMAIL PROTECTED]> writes: > The obvious solution (I hope) - only use one of the two substitution methods. But the rest of wctype_.h uses the @...@ substitution method; this is the tradition for .h files that might get installed into an environment that doesn't have config.h. I insta

Re: FYI: gnulib git mirror is up to date

2007-01-10 Thread Karl Berry
It'd be great if you could start doing it already. Done.

Re: Building m4 on BSDI 4.0.1

2007-01-10 Thread Eric Blake
Eric Blake byu.net> writes: > > Ahh - here we go. My earlier patch fails, because it was guarded by > HAVE_WINT_T, but your configure output showed that we guessed that bit > wrong. By the way, the config.log file produced by configure is generally > more useful than the captured output of con

FYI: fts.c readability/maintainability improvement

2007-01-10 Thread Jim Meyering
I've just checked in the following change: fts.c: a small readability/maintainability improvement * lib/fts.c (fts_read): Make this code slightly more readable and maintainable by hoisting the "sp->fts_cur = p" assignments to immediately follow the statements that s

Re: Building m4 on BSDI 4.0.1

2007-01-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Chris McGuire on 1/9/2007 9:26 PM: > > It looks like the following gnulib patch is needed. Chris, can you > > confirm one last thing? Check that the following compiles for you (gcc -c > > file.c), but that when you comment out the line w

Re: Building m4 on BSDI 4.0.1

2007-01-10 Thread Chris McGuire
Booo to Paul. ;) Eric, I'm working on your tests now. Thanks guys, Chris At 12:37 PM 1/9/2007, Paul Eggert wrote: >Eric Blake <[EMAIL PROTECTED]> writes: > >> maybe it >> is worth factoring out wchar.m4 into its own file and using that from all >> other modules that use wchar_t or . > >Sounds l