Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-26 | (UTILS_FUNC_DIRFD): Merge in change from gnulib, fixing an M4 quoting bug. | Jim Meyering | |
2003-03-17 | (UTILS_FUNC_DIRFD): Test the cache variable, not one | Jim Meyering | |
that is guaranteed to be `no'. Use `no_such_member' to indicate that condition, rather than `-1' which is slightly misleading. Change the name of the cache variable to have the gl_ prefix. Prompted by a patch from Richard Dawe for DJGPP. | |||
2003-01-23 | (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements. | Jim Meyering | |
2003-01-23 | Correct typo: s/-1/no/ that kept this from working | Jim Meyering | |
on at least Irix and OSF1/Tru64. | |||
2002-04-12 | (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro. | Jim Meyering | |
This is necessary at least on Darwin 5.3. | |||
2001-11-03 | it's CFLAGS, not DEFS | Jim Meyering | |
2001-11-03 | fix indentation of cpp `#'s | Jim Meyering | |
2001-11-03 | (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to | Jim Meyering | |
know the name of the variable in the macro definition. | |||
2001-11-02 | Use the replacement only if we have neither the function | Jim Meyering | |
nor a declaration. | |||
2001-11-01 | use AC_HEADER_DIRECT and all the associated cruft | Jim Meyering | |
2001-11-01 | don't indent the #include directive | Jim Meyering | |
2001-11-01 | check for decl, too | Jim Meyering | |
2001-11-01 | (UTILS_FUNC_DIRFD): New macro. | Jim Meyering | |