summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2005-04-29(gl_CHECK_ALL_TYPES): Don't require AC_HEADER_STAT.Paul Eggert
2005-04-29(gl_PREREQ_EUIDACCESS): Don't require AC_HEADER_STAT.Paul Eggert
2005-04-28Don't mention stat-macros.h or AC_HEADER_STAT in otherPaul Eggert
m4 files, since we'll make the stat-macros module a prerequisite.
2005-04-28New file, from gnulib, except that gl_STAT_MACROSPaul Eggert
also requires AC_HEADER_STAT.
2005-04-18fetish -> coreutils in some more placesPaul Eggert
2005-04-18(gl_FUNC_RMDIR_NOTEMPTY): Renamed fromPaul Eggert
fetish_FUNC_RMDIR_NOTEMPTY. All uses changed. Use gl_ for variable prefixes.
2005-04-18(gl_MACROS): Use gl_ or coreutils_ rather than fetish_ for prefixes.Paul Eggert
2005-04-18(gl_CLOCK_TIME): Use gl_ rather than fetish_ forPaul Eggert
variable names.
2005-04-11Add bulletproofing for cases where stdin, stdout, or stderr are closed.Paul Eggert
2005-04-11Add bulletproofing for cases where stdin, stdout, or stderr are closed.Paul Eggert
2005-04-11(gl_PREREQ): Don't require gl_FCNTL_SAFER.Paul Eggert
2005-04-11(gl_UNISTD_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.Paul Eggert
Invoke gl_PREREQ_FD_SAFER. (gl_PREREQ_FD_SAFER): New macro.
2005-04-11(gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.Paul Eggert
2005-04-09Signal-handling cleanup motivated by core dumps in dd.Paul Eggert
2005-04-09(gl_PREREQ_NANOSLEEP): Check for siginterrupt.Paul Eggert
2005-04-09(gl_MACROS): Check for siginterrupt.Paul Eggert
(gl_CHECK_ALL_TYPES): Do not require AC_TYPE_SIGNAL.
2005-03-30(gl_READUTMP): Restore the requirement for gl_FUNC_FREE.Paul Eggert
2005-03-30* readutmp.m4 (gl_READUTMP): Restore requirement for gl_FUNC_FREE.Paul Eggert
2005-03-30* readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.Paul Eggert
Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible. Remove duplicate call to AC_LIBOBJ(readutmp). (gl_PREREQ_READUTMP): Remove. All uses removed. This module no longer relies on free (NULL) working.
2005-03-30(gl_READUTMP): Require AC_C_INLINE.Paul Eggert
Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible. Remove duplicate call to AC_LIBOBJ(readutmp). (gl_PREREQ_READUTMP): Remove. All uses removed. This module no longer relies on free (NULL) working.
2005-03-29*** empty log message ***Jim Meyering
2005-03-29Return success on systems such as cygwinJim Meyering
where no absolute path name can be longer than PATH_MAX.
2005-03-21Import a few more changes from gnulib.Paul Eggert
2005-03-21(gl_XSTRTOL): Add xstrtoul.c to AC_LIBSOURCES.Paul Eggert
Add xstrtoul to AC_LIBOBJ.
2005-03-21Add stat-macros.h to AC_LIBSOURCES.Paul Eggert
2005-03-21Replace onceonly.m4 with onceonly_2_57.m4 to shrink "configure".Paul Eggert
2005-03-21Import memcasecmp.m4 change from gnulib.Paul Eggert
2005-03-21gl_FUNC_MEMCASECMP -> gl_MEMCASECMPPaul Eggert
2005-03-21Another change imported from gnulib.Paul Eggert
(gl_MEMCASECMP): Renamed from gl_FUNC_MEMCASECMP. All uses changed. Require AC_HEADER_STDC instead of invoking it. Remove check for stddef.h, size_t, const, since we now assume C89 or better.
2005-03-21Sync from gnulib.Paul Eggert
2005-03-17tweak commentJim Meyering
2005-03-17*** empty log message ***Jim Meyering
2005-03-17(gl_PREREQ): Require gl_TYPEOF.Jim Meyering
2005-03-17(gl_TYPEOF): New file/macro.Jim Meyering
2005-03-10*** empty log message ***Jim Meyering
2005-03-10(gl_SAVE_CWD): Check for fchdir.Jim Meyering
2005-03-09*** empty log message ***Jim Meyering
2005-03-09(gl_XNANOSLEEP): Add intprops.h.Jim Meyering
2005-03-09(gl_UTIMECMP): Add intprops.h.Jim Meyering
2005-03-09(gl_USERSPEC): Add intprops.h.Jim Meyering
2005-03-09(gl_FUNC_SIG2STR): Add intprops.h.Jim Meyering
2005-03-09(gl_INTTOSTR): Add intprops.h.Jim Meyering
2005-03-09(gl_HUMAN): Add intprops.h.Jim Meyering
2005-03-09(gl_XSTRTOL): Use AC_LIBSOURCES and AC_LIBOBJ to list the required files.Jim Meyering
2005-03-09* argmatch.m4, cycle-check.m4: New files.Jim Meyering
* prereq.m4: Require their macros.
2005-03-09*** empty log message ***Jim Meyering
2005-03-09*** empty log message ***Jim Meyering
2005-03-09*** empty log message ***Jim Meyering
2005-03-01* xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attemptingPaul Eggert
to detect nanosleep bug.
2005-03-01(gl_XNANOSLEEP): Remove configuration attemptingPaul Eggert
to detect nanosleep bug.