summaryrefslogtreecommitdiff
path: root/m4/dirfd.m4
AgeCommit message (Collapse)Author
2004-04-20(gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.Jim Meyering
2004-04-20Don't emit trailing blanks.Jim Meyering
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 oneJim 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-23Correct typo: s/-1/no/ that kept this from workingJim 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-03it's CFLAGS, not DEFSJim Meyering
2001-11-03fix indentation of cpp `#'sJim Meyering
2001-11-03(UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have toJim Meyering
know the name of the variable in the macro definition.
2001-11-02Use the replacement only if we have neither the functionJim Meyering
nor a declaration.
2001-11-01use AC_HEADER_DIRECT and all the associated cruftJim Meyering
2001-11-01don't indent the #include directiveJim Meyering
2001-11-01check for decl, tooJim Meyering
2001-11-01(UTILS_FUNC_DIRFD): New macro.Jim Meyering