]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG):
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 May 2006 03:03:37 +0000 (03:03 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 May 2006 03:03:37 +0000 (03:03 +0000)
Don't test whether getloadavg.c is where it belongs.

ChangeLog
lib/autoconf/functions.m4

index 8fa10243e1820bc24144304e88966ee7751096d8..6bc64533def04a2b9d38449378a6c591da3be80b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-26  Bruno Haible  <bruno@clisp.org>
+
+       * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG):
+       Don't test whether getloadavg.c is where it belongs.  See:
+       http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00045.html
+
 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
index 03adfeed7b3aceee1bbd2788ac138943a2e768ea..b7b79cfdd3d6538de62bc93bd9d4286f89a492b9 100644 (file)
@@ -700,10 +700,6 @@ AN_FUNCTION([getloadavg], [AC_FUNC_GETLOADAVG])
 AC_DEFUN([AC_FUNC_GETLOADAVG],
 [ac_have_func=no # yes means we've found a way to get the load average.
 
-# Make sure getloadavg.c is where it belongs, at configure-time.
-test -f "$srcdir/$ac_config_libobj_dir/getloadavg.c" ||
-  AC_MSG_ERROR([$srcdir/$ac_config_libobj_dir/getloadavg.c is missing])
-
 ac_save_LIBS=$LIBS
 
 # Check for getloadavg, but be sure not to touch the cache variable.