Re: AC_FUNC_GETLOADAVG

2002-06-14 Thread Patrick Welche
> to find a replacement getloadavg.c for this purpose? (Grabbing the one from > my libc might not be a good idea..) I see this was fixed on 2002-06-07 * tests/mktests.sh (ac_exclude_list): Don't check AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped. Thank you! Patrick

Re: AC_FUNC_GETLOADAVG

2002-05-30 Thread Jim Meyering
Patrick Welche <[EMAIL PROTECTED]> wrote: > On Thu, May 30, 2002 at 04:53:10AM -0700, Paul Eggert wrote: >> > Date: Thu, 30 May 2002 11:19:17 +0100 >> > From: Patrick Welche <[EMAIL PROTECTED]> >> > >> > Why is that check there? >> >> So that your software distribution is portable to hosts that do

Re: AC_FUNC_GETLOADAVG

2002-05-30 Thread Patrick Welche
On Thu, May 30, 2002 at 04:53:10AM -0700, Paul Eggert wrote: > > Date: Thu, 30 May 2002 11:19:17 +0100 > > From: Patrick Welche <[EMAIL PROTECTED]> > > > > Why is that check there? > > So that your software distribution is portable to hosts that don't > have a working getloadavg. Oh.. this mean

Re: AC_FUNC_GETLOADAVG

2002-05-30 Thread Paul Eggert
> Date: Thu, 30 May 2002 11:19:17 +0100 > From: Patrick Welche <[EMAIL PROTECTED]> > > Why is that check there? So that your software distribution is portable to hosts that don't have a working getloadavg.

Re: AC_FUNC_GETLOADAVG

2002-05-30 Thread Patrick Welche
ns.m4 detects the brokennness whereas the old functions.m4 did > not. > > > Where should I find getloadavg.c? > > You should be able to use an empty file to do it. I still don't understand. I have getloadavg() in libc, so AC_CHECK_FUNC(getloadavg..) is going to pass, but it ca

Re: AC_FUNC_GETLOADAVG

2002-05-26 Thread Paul Eggert
> From: Patrick Welche <[EMAIL PROTECTED]> > Date: Sun, 26 May 2002 20:36:14 +0100 > > How's your bug? Mine is still there... I assume that mine is still there too. I haven't had time to look lately.

Re: AC_FUNC_GETLOADAVG

2002-05-26 Thread Patrick Welche
On Sun, May 12, 2002 at 10:08:54PM -0700, Paul Eggert wrote: > > From: Patrick Welche <[EMAIL PROTECTED]> > > Date: Sun, 12 May 2002 16:41:08 +0100 > > > > I'm afraid the new version of functions.m4 doesn't work for me > > (reverting from 1.60 to 1.58 allows test to pass). > > > > 143. acfunctio

Re: AC_FUNC_GETLOADAVG

2002-05-13 Thread Patrick Welche
And of course your failed test works for me :/ % cd tests % testsuite -v -x -d 4 ... % cd testsuite.dir/004 % cat configure.ac define([active], [ACTIVE]) % ../../autoconf -t define | sed -n '$p' configure.ac:1:define:active:ACTIVE % cat autom4te.cache/traces.0 m4trace:configure.ac:1: -1- define([

Re: AC_FUNC_GETLOADAVG

2002-05-12 Thread Paul Eggert
> From: Patrick Welche <[EMAIL PROTECTED]> > Date: Sun, 12 May 2002 16:41:08 +0100 > > I'm afraid the new version of functions.m4 doesn't work for me > (reverting from 1.60 to 1.58 allows test to pass). > > 143. acfunctions.at:15: FAILED near `acfunctions.at:15' > > with > > +configure: error:

AC_FUNC_GETLOADAVG

2002-05-12 Thread Patrick Welche
I'm afraid the new version of functions.m4 doesn't work for me (reverting from 1.60 to 1.58 allows test to pass). 143. acfunctions.at:15: FAILED near `acfunctions.at:15' with +configure: error: ./getloadavg.c is missing Where should I find getloadavg.c? On my system getloadavg() is in -lc, so