On Sun, Jul 09, 2006 at 09:41:40PM -0700, Paul Eggert wrote:
> Albert Chin <[EMAIL PROTECTED]> writes:
>
> > isn't available on HP-UX 10.20 nor 11.00.
>
> modules/mbchar says that you're supposed to include mbchar.h this way:
>
> #if HAVE_WCHAR_H && HAVE_WCTYPE_H
> #include "mbchar.h"
> #endif
> Are you on the proofreaders@gnu.org list, BTW?
No.
We're trying to make it useful again. Two other maintainers (Polzer for
parted and Mellon for mcron, as I recall) recently asked there for
proofreading help, per the maintainers document. If the world cup isn't
over (forgive my ignoran
In the m4 project, I wanted to update the documentation to include the FDL in
an appendix. gnulib contains doc/fdl.texi, but did not have any easy way to
import it over to m4. Would this patch be acceptable to allow documentation to
be pulled in as separate modules? It would also be beneficia
Eric Blake <[EMAIL PROTECTED]> writes:
> In the m4 project, I wanted to update the documentation to include the FDL in
> an appendix. gnulib contains doc/fdl.texi, but did not have any easy way to
> import it over to m4. Would this patch be acceptable to allow documentation
> to
> be pulled
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Derek R. Price wrote:
> Jim Hyslop wrote:
>
>>>Can you live with the current solution until I (or someone)
>>>implements a dirent substitute for the Windows build?
>
>
> It would be nice to simplify. Does the attached patch do the trick?
Sorry ab
Paul Eggert wrote:
> > However if I change it to use "" inclusion it works.
>
> OK, thanks, then we might as well try using "" everywhere. I'm more
> comfortable with "///..." anyway; the gave me the willies,
> since a compiler might think it was a C99 comment.
Ew, yes, that does seem disconcer
[EMAIL PROTECTED] (Bob Proulx) writes:
> ./lib/Makefile:ABSOLUTE_STDINT_H =
> ./lib/stdint.h:# include
Looks like you need to re-run 'config.status'. Or do a 'make distclean'
and start from scratch.
Jim Hyslop <[EMAIL PROTECTED]> writes:
> Sorry about the delay responding. I have committed the patch, with some
> trivial fine-tuning, to the CVS source. CVS's ndir.* are now dead.
OK, thanks.
Gnulib still uses . How should we kill this off in general?
The simplest thing is to simply omit all
Paul Eggert wrote:
> Bob Proulx writes:
> > ./lib/Makefile:ABSOLUTE_STDINT_H =
> > ./lib/stdint.h:# include
>
> Looks like you need to re-run 'config.status'.
That won't help. It is in config.status. Look at this:
grep ',g
> Or do a 'make distclean' and start from scratch.
I was doin
> > Bob Proulx writes:
> > > ./lib/Makefile:ABSOLUTE_STDINT_H =
> > > ./lib/stdint.h:# include
> >
> > Looks like you need to re-run 'config.status'.
>
> That won't help. It is in config.status. Look at this:
Does this solve it?
2006-07-10 Eric Blake <[EMAIL PROTECTED]>
* std
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Paul Eggert wrote:
> The simplest thing is to simply omit all references to , which
> is what I'm inclined to do unless someone speaks up.
I'm fine with that. It was what my first pass at this did, actually.
I'm not quite sure what will happen on a
Eric Blake wrote:
> Does this solve it?
> Index: m4/stdint.m4
> ...
> -ABSOLUTE_STDINT_H="<$gl_cv_absolute_stdint_h>"
> -AC_SUBST([ABSOLUTE_STDINT_H])
It is definitely related code. But unfortunately no it does not fix
it. Actually things take a turn for the worse.
With that change the
Thanks for reporting the further problem. I installed this
in both gnulib and coreutils.
Eric, mind if I do something similar for sys_stat_h.m4?
2006-07-10 Paul Eggert <[EMAIL PROTECTED]>
* stdint.m4 (gl_STDINT_H): Like yesterday's change to
absolute-header.m4. Also, set ABSO
> Thanks for reporting the further problem. I installed this
> in both gnulib and coreutils.
>
> Eric, mind if I do something similar for sys_stat_h.m4?
Go for it. Shouldn't we also fix the comments of absolute-header.m4,
while we are at it?
$ cvs diff m4/absolute-header.m4
Index: m4/absolut
"Derek R. Price" <[EMAIL PROTECTED]> writes:
> Patch attached.
Thanks. I found a few other instances of checking for dirent.h,
and a couple of places we need to include before
(this is for POSIX before 2001). I installed this
into gnulib, and will propagate it into coreutils shortly.
Index:
15 matches
Mail list logo