Re: gnulib broken on systems lacking fchdir

2006-11-30 Thread Jim Meyering
Matthew Woehlke <[EMAIL PROTECTED]> wrote: > ...except that a declaration for fchdir() is already provided (hmm, > sorry, should have mentioned it is the link that dies, not the compile). > So why would an fchdir.h be needed? If your system really does have an fchdir declaration (in unistd.h?), th

Re: [bug-gnulib] gnulib broken on systems lacking fchdir

2006-11-30 Thread Bruno Haible
Eric Blake wrote: > Also, GNU coding > standards recommend using just 'name', rather than 'filename' or even 'file'. Huh? I think there is a misunderstanding. The GNU standards don't want 'pathname' to occur in the documentation in the sense as POSIX uses it, because of the PATH variable and the

Re: gnulib broken on systems lacking fchdir

2006-11-30 Thread Ben Pfaff
Bruno Haible <[EMAIL PROTECTED]> writes: > Huh? I think there is a misunderstanding. The GNU standards don't want > 'pathname' to occur in the documentation in the sense as POSIX uses it, > because of the PATH variable and the concept of search paths. Paul then > doesn't want to use 'pathname' in

use permissive copyright on all *.m4 files

2006-11-30 Thread Jim Meyering
I noticed that three .m4 files have LGPL copyright notices, rather than the standard, more-permissive one. This change corrects what I think must have been an oversight. Paul, the latter two are yours. Any objection? * m4/warning.m4: Use the all-permissive copyright notice recomm

Re: gnulib broken on systems lacking fchdir

2006-11-30 Thread Matthew Woehlke
Jim Meyering wrote: Matthew Woehlke <[EMAIL PROTECTED]> wrote: ...except that a declaration for fchdir() is already provided (hmm, sorry, should have mentioned it is the link that dies, not the compile). So why would an fchdir.h be needed? If your system really does have an fchdir declaration

Re: gnulib broken on systems lacking fchdir

2006-11-30 Thread Matthew Woehlke
Eric Blake wrote: According to Matthew Woehlke on 11/29/2006 4:48 PM: The licensing issue is a more important question; do any of the fchdir users need to stay LGPL? fts-lgpl already has licensing issues that have been brought up this month, so I don't think you would be making matters any wor

Re: gnulib broken on systems lacking fchdir

2006-11-30 Thread Eric Blake
Jim Meyering meyering.net> writes: > > Right. > I did a survey, some time ago, of reasonable porting targets, and all > had fchdir. Eventually I should remove the test for fchdir, too. FYI, mingw is another relatively-active porting target that lacks fchdir, which would benefit from a good fc

Re: gnulib broken on systems lacking fchdir

2006-11-30 Thread Eric Blake
Matthew Woehlke users.sourceforge.net> writes: > That sounds like a good idea, but... does that mean I have to *write* an > entire unistd.h *and* make it work everywhere, or is there a way to > 'drop in' one that pulls the system unistd.h, plus extras? For an example of how to provide a replac

Re: use permissive copyright on all *.m4 files

2006-11-30 Thread Paul Eggert
Jim Meyering <[EMAIL PROTECTED]> writes: > Paul, the latter two are yours. Any objection? Not at all, it was a pure oversight. I installed that patch.

Re: gnulib broken on systems lacking fchdir

2006-11-30 Thread Matthew Woehlke
Eric Blake wrote: Matthew Woehlke writes: That sounds like a good idea, but... does that mean I have to *write* an entire unistd.h *and* make it work everywhere, or is there a way to 'drop in' one that pulls the system unistd.h, plus extras? For an example of how to provide a replacement , se