Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-28 | (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h, | Paul Eggert | |
and don't require gt_INTTYPES_PRI. | |||
2005-05-20 | (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS. | Paul Eggert | |
(gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros. | |||
2005-05-18 | (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we | Paul Eggert | |
don't use its results. Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h, since we include them unconditionally. Don't require AM_STDBOOL_H, since stdbool is a prerequisite. Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t since we assume C89 or better. Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT, as we don't use their results. Don't check for fchdir, memmove, memset, strrchr, as we use them unconditionally. | |||
2005-05-16 | (gl_FUNC_FTS): Don't require AC_FUNC_MALLOC or AC_FUNC_REALLOC. | Jim Meyering | |
They are not needed. | |||
2005-02-08 | remove vestigial `closeout' | Jim Meyering | |
2005-02-07 | Use AC_REQUIRE where possible, and _ONCE-suffixed versions of macros. | Jim Meyering | |
2005-02-07 | (gl_FUNC_FTS): New file and macro. | Jim Meyering | |