summaryrefslogtreecommitdiff
path: root/m4/gethrxtime.m4
AgeCommit message (Collapse)Author
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