diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-02-22 07:19:43 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-02-22 07:19:43 +0000 |
commit | ff35a3ca2b9bc98533a846ba35fa95ec5bab7b51 (patch) | |
tree | 158b6b099678a593dd9e04a31cb7a72ba9279ad5 /m4/ChangeLog | |
parent | df066e26953a73d5156f49f4ebce9dfc14a06e4e (diff) | |
download | coreutils-ff35a3ca2b9bc98533a846ba35fa95ec5bab7b51.tar.xz |
Fix clock_gettime library access problem on recent GNU/Linux systems.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 0e3804ce6..ca3ac1b31 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,13 @@ +2005-02-21 Paul Eggert <eggert@cs.ucla.edu> + + * xnanosleep.m4: New file. + * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Require gl_CLOCK_TIME, + 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. + * prereq.m4 (gl_PREREQ): Require gl_XNANOSLEEP. + 2005-02-20 Paul Eggert <eggert@cs.ucla.edu> * gethrxtime.m4: New file. |