summaryrefslogtreecommitdiff
path: root/m4/gethrxtime.m4
AgeCommit message (Collapse)Author
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert
2006-08-18* gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for CLOCK_REALTIME,Jim Meyering
since gethrxtime may revert to using clock_gettime via gettime.c. Gabor Z. Papp reported that gethrxtime-using programs failed to link due to unresolved clock_gettime on a linux-2.4.x system.
2006-08-18back out last patchJim Meyering
2006-08-18* gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Reverse sense of test forJim Meyering
CLOCK_MONOTONIC. Otherwise, linking a gethrxtime-using program with $(LIB_GETHRXTIME) could fail due to unresolved clock_gettime. Reported by Gabor Z. Papp.
2005-11-10(gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIMEPaul Eggert
or gettimeofday; no longer needed.
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-21Initial revision.Paul Eggert