Re: AC_HEADER_DIRENT

2006-07-11 Thread Derek R. Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Eggert wrote: > 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.

Re: AC_HEADER_DIRENT

2006-07-10 Thread Paul Eggert
"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:

Re: AC_HEADER_DIRENT

2006-07-10 Thread Derek R. Price
-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

Re: AC_HEADER_DIRENT

2006-07-10 Thread Paul Eggert
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

Re: AC_HEADER_DIRENT

2006-07-10 Thread Jim Hyslop
-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

Re: AC_HEADER_DIRENT

2006-07-07 Thread Derek R. Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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? 2006-07-07 Derek R. Price <[EMAIL PROTECTE

Re: AC_HEADER_DIRENT

2006-07-07 Thread Jim Hyslop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Eggert wrote: > No, dirent.h is standardized here: > > http://www.opengroup.org/onlinepubs/009695399/basedefs/dirent.h.html Ah, great information, thanks. > ndir.h is obsolete and has been obsolete for years. > > Sounds like CVS is supplying it

Re: AC_HEADER_DIRENT

2006-07-07 Thread Paul Eggert
Jim Hyslop <[EMAIL PROTECTED]> writes: > I get the impression dirent.h and ndir.h are both obsolete. No, dirent.h is standardized here: http://www.opengroup.org/onlinepubs/009695399/basedefs/dirent.h.html ndir.h is obsolete and has been obsolete for years. Sounds like CVS is supplying its own

Re: AC_HEADER_DIRENT

2006-07-07 Thread Jim Hyslop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Derek R. Price wrote: > Paul Eggert wrote: > >>>"Derek R. Price" <[EMAIL PROTECTED]> writes: >>> >>> Thanks, Bruno. I've attached a patch that replaces all the references to AC_HEADER_DIRENT with calls to AC_CHECK_HEADERS_ONCE([dirent.h n

Re: AC_HEADER_DIRENT

2006-07-07 Thread Derek R. Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Eggert wrote: > "Derek R. Price" <[EMAIL PROTECTED]> writes: > >> Thanks, Bruno. I've attached a patch that replaces all the references >> to AC_HEADER_DIRENT with calls to AC_CHECK_HEADERS_ONCE([dirent.h >> ndir.h]) and makes the accompanying c

Re: AC_HEADER_DIRENT

2006-07-07 Thread Derek R. Price
Paul Eggert wrote: >> Is OpenVMS the only practical VMS target left? > > Yes. For now, let's remove the vmsdir.h stuff since I don't think > anybody uses it now. If it's necessary the VMS guys can supply > a substitude dirent.h as well. > > Also, we should use "__VMS" rather than "VMS" since th

Re: AC_HEADER_DIRENT

2006-07-06 Thread Paul Eggert
"Derek R. Price" <[EMAIL PROTECTED]> writes: > Thanks, Bruno. I've attached a patch that replaces all the references > to AC_HEADER_DIRENT with calls to AC_CHECK_HEADERS_ONCE([dirent.h > ndir.h]) and makes the accompanying changes in lib/*. This patch does > simplify, though not quite as much as

Re: AC_HEADER_DIRENT (was Re: [bug-gnulib] Last few obsolescent macros)

2006-07-05 Thread Derek R. Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruno & bug-gnulib, sorry for the double-copy, but I realized belatedly that it may be useful to CC bug-cvs on this one: Derek R. Price wrote: > Bruno Haible wrote: >> Derek R. Price wrote: >>> Removing references to AC_HEADER_DIRENT (replacing with >