]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Undo previous change.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 May 2006 03:20:51 +0000 (03:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 May 2006 03:20:51 +0000 (03:20 +0000)
ChangeLog
lib/autoconf/functions.m4

index 6bc64533def04a2b9d38449378a6c591da3be80b..8fa10243e1820bc24144304e88966ee7751096d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,3 @@
-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 b7b79cfdd3d6538de62bc93bd9d4286f89a492b9..03adfeed7b3aceee1bbd2788ac138943a2e768ea 100644 (file)
@@ -700,6 +700,10 @@ 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.