Re: LIB_NANOSLEEP = none required

2003-11-08 Thread Jim Meyering
Alexandre Duret-Lutz <[EMAIL PROTECTED]> wrote: > While trying to distcheck CVS Coreutils with CVS Autoconf and > CVS Automake I've seen this: > > gcc -g -O2 -o tail tail.o ../lib/libfetish.a ../lib/libfetish.a -lm -lrt none > required > gcc: none: No such file or directory > gcc: required:

LIB_NANOSLEEP = none required

2003-11-08 Thread Alexandre Duret-Lutz
0 configure:33770: result: none required ... [src/Makefile] ... LIB_NANOSLEEP = none required ... nanosec_libs = \ $(LDADD) $(FESETROUND_LIBM) $(POW_LIB) $(LIB_CLOCK_GETTIME) $(LIB_NANOSLEEP) ... sleep_LDADD = $(nanosec_libs) tail_LDADD = $(nanosec_libs) ... configure protects its LIBS