From: Jim Meyering Date: Tue, 10 Sep 2002 13:09:01 +0000 (+0000) Subject: Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new X-Git-Tag: v4.5.2~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99583c1caed20d2b5ed8ccc6b8b5bf6de90bbef2;p=thirdparty%2Fcoreutils.git Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new AC_FUNC_GETLOADAVG where to find getloadavg.c. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 602c440b63..b236410696 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 49 -*- autoconf -*- +#serial 50 -*- autoconf -*- dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -67,7 +67,10 @@ AC_DEFUN([jm_MACROS], AC_REQUIRE([AC_FUNC_FSEEKO]) AC_REQUIRE([AC_FUNC_VPRINTF]) AC_REQUIRE([AC_FUNC_ALLOCA]) - AC_FUNC_GETLOADAVG([lib]) + + AC_CONFIG_LIBOBJ_DIR([lib]) + AC_FUNC_GETLOADAVG + AC_REQUIRE([jm_SYS_PROC_UPTIME]) AC_REQUIRE([jm_FUNC_FTRUNCATE]) AC_REQUIRE([vb_FUNC_RENAME])