Jim Meyering <[EMAIL PROTECTED]> writes: > I like it. > Thanks.
OK, I installed <http://lists.gnu.org/archive/html/bug-gnulib/2005-02/msg00056.html>, both in gnulib and coreutils, with the following additional change to gnulib: 2005-03-01 Paul Eggert <[EMAIL PROTECTED]> * modules/xnanosleep (Depends-on): Remove gethrxtime. --- modules/xnanosleep.~1.3.~ 2005-02-26 00:06:57 -0800 +++ modules/xnanosleep 2005-03-01 09:20:14 -0800 @@ -8,7 +8,6 @@ m4/xnanosleep.m4 Depends-on: timespec -gethrxtime configure.ac: gl_XNANOSLEEP and the following additional change to coreutils: 2005-03-01 Paul Eggert <[EMAIL PROTECTED]> * src/Makefile.am (nanosec_libs): Remove $(LIB_XANOSLEEP); no longer needed. --- src/Makefile.am 22 Feb 2005 07:10:07 -0000 1.51 +++ src/Makefile.am 1 Mar 2005 17:28:49 -0000 1.52 @@ -69,7 +69,7 @@ seq_LDADD = $(LDADD) $(SEQ_LIBM) # If necessary, add -lm to resolve the `pow' reference in lib/strtod.c # or for the fesetround reference in programs using nanosec.c. nanosec_libs = \ - $(LDADD) $(FESETROUND_LIBM) $(POW_LIB) $(LIB_XNANOSLEEP) $(LIB_NANOSLEEP) + $(LDADD) $(FESETROUND_LIBM) $(POW_LIB) $(LIB_NANOSLEEP) sleep_LDADD = $(nanosec_libs) tail_LDADD = $(nanosec_libs) _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
