summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
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.
2005-02-26Sync from gnulib.Paul Eggert
2005-02-23(gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's change.Jim Meyering
2005-02-23*** empty log message ***Jim Meyering
2005-02-22*** empty log message ***Jim Meyering
2005-02-22(gl_USE_SYSTEM_EXTENSIONS): Fix typo: s/ifndef/ifdef/.Jim Meyering
2005-02-22*** empty log message ***Jim Meyering
2005-02-22(gl_PREREQ): Require gl_STRIPSLASH and gl_LINEBUFFER.Jim Meyering
2005-02-22Fix clock_gettime library access problem on recent GNU/Linux systems.Paul Eggert
2005-02-22(gl_PREREQ): Require gl_XNANOSLEEP.Paul Eggert
2005-02-22(gl_PREREQ_GETHRXTIME): Require gl_CLOCK_TIME,Paul Eggert
gl_USE_SYSTEM_EXTENSIONS. Check whether CLOCK_MONOTONIC is defined, and set LIB_GETHRXTIME accordingly. This is needed for newer GNU/Linux systems that have clock_gettime, so that they link in the appropriate library for it when needed.
2005-02-22Initial revision.Paul Eggert
2005-02-21Describe recent changes to use realtime clocks if available,Paul Eggert
when appropriate; also, gettime now returns void.
2005-02-21(gl_PREREQ): Require gl_GETHRXTIME.Paul Eggert
Require gl_STRIPSLASH and gl_LINEBUFFER.
2005-02-21(gl_MACROS): Don't check for gethrtime.Paul Eggert
2005-02-21(gl_GETTIME): Check for nanotime.Paul Eggert
2005-02-21Initial revision.Paul Eggert
2005-02-20*** empty log message ***Jim Meyering
2005-02-20*** empty log message ***Jim Meyering
2005-02-11(gl_INTTOSTR): Use AC_LIBSOURCES to list the required source files.Jim Meyering
2005-02-11*** empty log message ***Jim Meyering
2005-02-09*** empty log message ***Jim Meyering
2005-02-09(gl_FUNC_GETCWD_NULL): Use AC_LIBSOURCES to list the required source files.Jim Meyering
2005-02-08Require gl_FUNC_MEMCASECMP.Jim Meyering
2005-02-08*** empty log message ***Jim Meyering
2005-02-08(gl_FUNC_MEMCASECMP): New file and macro.Jim Meyering
2005-02-08remove vestigial `closeout'Jim Meyering
2005-02-07Use AC_REQUIRE where possible, and _ONCE-suffixed versions of macros.Jim Meyering
2005-02-07*** empty log message ***Jim Meyering
2005-02-07(gl_FUNC_FTS): New file and macro.Jim Meyering
2005-02-07Require gl_FUNC_FTS.Jim Meyering
2005-02-06*** empty log message ***Jim Meyering
2005-02-06(gl_PREREQ_CHDIR_LONG): Depend on gl_FUNC_MEMRCHR.Jim Meyering
2005-02-06(gl_FUNC_MEMRCHR): Check for declaration of memrchr.Jim Meyering
2005-02-03* memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.Paul Eggert
2005-02-03(gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.Paul Eggert
2005-01-29Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) filesJim Meyering
so that automake automatically knows to distribute those files. Use AC_LIBOBJ to ensure that automake automatically knows the names of always-compiled source files. Automake already knows the names of conditionally compiled ones, e.g., due to preexisting uses of AC_LIBOBJ and AC_REPLACE_FUNCS. [This is a start. Many still remain to be fixed...]
2005-01-29*** empty log message ***Jim Meyering
2005-01-29Require gl_HASH_PJW and gl_BASENAME.Jim Meyering
2005-01-29*** empty log message ***Jim Meyering
2005-01-27*** empty log message ***Jim Meyering
2005-01-27(gl_BASENAME): New file/macro.Jim Meyering
2005-01-23Use an all-permissive copyright notice, recommended by RMS.Paul Eggert
2005-01-22Remove "m4/" from listed file names.Paul Eggert
2005-01-22Sync from gnulib.Paul Eggert
2005-01-20* save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume it.Paul Eggert
2005-01-20(gl_SAVE_CWD): Remove check for fcntl; we now assume it.Paul Eggert
2005-01-14*** empty log message ***Jim Meyering
2005-01-14*** empty log message ***Jim Meyering