bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: BUG: autoconf 2.59 problem in macro AC_SEARCH_LIBS in libs.m4


From: Paul Eggert
Subject: Re: BUG: autoconf 2.59 problem in macro AC_SEARCH_LIBS in libs.m4
Date: Sun, 20 Jun 2004 23:48:46 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

I think this is considered to be a bug in older versions of coreutils,
not in Autoconf.  Recent coreutils do this:

 AC_SEARCH_LIBS([nanosleep], [rt posix4],
                [test "$ac_cv_search_nanosleep" = "none required" ||
                 LIB_NANOSLEEP=$ac_cv_search_nanosleep])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]