summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2005-09-22Sync from gnulib.Paul Eggert
2005-09-22(gl_PREREQ): Require gl_FUNC_GETLINE rather thanPaul Eggert
AM_FUNC_GETLINE. Require gl_FUNC_GETPASS_GNU rather than gl_FUNC_GETPASS. Require gl_MBCHAR and gl_MBITER.
2005-09-22no longer needed.Paul Eggert
(gl_CHECK_ALL_HEADERS): Don't check for memory.h, mntent.h, mnttab.h, netdb.h, stdlib.h, stdint.h, string.h, sys/filsys.h, sys/fs/s5param.h, sys/fs_types.h, sys/fstyp.h, sys/mntent.h, sys/socket.h, sys/stafs.h, sys/timeb.h, unistd.h. No longer needed.
2005-09-22(_gl_DECL_HEADERS): Don't bother checking forPaul Eggert
standard C headers, or for headers we no longer use.
2005-09-22Nontrivial sync from gnulib.Paul Eggert
2005-09-22Remove; no longer used.Paul Eggert
2005-09-22New file, from gnulib.Paul Eggert
2005-09-22Sync from gnulib.Paul Eggert
2005-09-16Import file time stamp resolution improvements from gnulib.Paul Eggert
2005-09-16Remove; no longer needed.Paul Eggert
2005-09-16(gl_TIMESPEC): Require AC_C_INLINE.Paul Eggert
Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
2005-09-16(gl_PREREQ): Require gl_STAT_TIME.Paul Eggert
2005-09-16(gl_CHECK_ALL_TYPES): Do not requirePaul Eggert
AC_STRUCT_ST_MTIM_NSEC; it's obsolete.
2005-09-16New file.Paul Eggert
2005-09-13*** empty log message ***Jim Meyering
2005-09-13.Jim Meyering
2005-09-09Import latest regex module from gnulib, to fix some 64-bit bugs.Paul Eggert
2005-09-01Require gl_STAT_MACROSJim Meyering
2005-09-01*** empty log message ***Jim Meyering
2005-09-01Require gl_FUNC_CHOWN, for the definition ofJim Meyering
CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
2005-08-27*** empty log message ***Jim Meyering
2005-08-27sync from gnulibJim Meyering
2005-08-13*** empty log message ***Jim Meyering
2005-08-13undo last changeJim Meyering
2005-08-13*** empty log message ***Jim Meyering
2005-08-13[HAVE_WCTYPE_H]: Include <wctype.h>; this isJim Meyering
needed on HP-UX 11.23 in order to get a definition of mbstate_t.
2005-08-02*** empty log message ***Jim Meyering
2005-08-02Require gl_FUNC_XANSTRFTIME.Jim Meyering
2005-08-02*** empty log message ***Jim Meyering
2005-07-25Import regex.m4 from gnulib.Paul Eggert
2005-07-25(gl_INCLUDED_REGEX): Use AC_RUN_ELSE instead of thePaul Eggert
obsolescent AC_TRY_RUN. Include the default includes files, for 'exit'.
2005-07-21Fix getdate bug with relative times.Paul Eggert
2005-07-21(gl_C_COMPOUND_LITERALS): New macro.Paul Eggert
(gl_GETDATE): Use it.
2005-07-14Remove FESETROUND_LIBM; no longer needed.Paul Eggert
2005-07-09strtopt.h -> stropts.hPaul Eggert
2005-07-09strtopt.h -> stropts.hPaul Eggert
2005-07-08(gl_CHECK_ALL_HEADERS): Check for stropt.h.Paul Eggert
2005-07-08backupfile.m4, same.m4 cleanup.Paul Eggert
2005-07-08(gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf.Paul Eggert
2005-07-08(gl_SAME): Use AC_CHECK_FUNCS_ONCE on pathconf.Paul Eggert
Require AC_SYS_LONG_FILE_NAMES.
2005-07-08Switch to Isamu Hasegawa's implementation of regex, which isPaul Eggert
now in gnulib.
2005-07-05Remove typeof test; no longer needed.Paul Eggert
2005-07-05(gl_PREREQ): Don't require gl_TYPEOF; no longer needed.Paul Eggert
2005-07-04Remove the dependency of the strftime module on the tzset module.Paul Eggert
2005-07-04(gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER.Paul Eggert
2005-07-04(gl_PREREQ): Add gl_FUNC_TZSET_CLOBBER.Paul Eggert
2005-07-03*** empty log message ***Jim Meyering
2005-07-03Remove obsolete comment.Jim Meyering
2005-07-03*** empty log message ***Jim Meyering
2005-07-03(gl_FUNC_LSTAT): Use AC_LIBSOURCES to require lstat.c and lstat.h.Jim Meyering