1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new

AC_FUNC_GETLOADAVG where to find getloadavg.c.
This commit is contained in:
Jim Meyering
2002-09-10 13:09:01 +00:00
parent 3fb3949208
commit 99583c1cae

View File

@@ -1,4 +1,4 @@
#serial 49 -*- autoconf -*- #serial 50 -*- autoconf -*-
dnl Misc type-related macros for fileutils, sh-utils, textutils. 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_FSEEKO])
AC_REQUIRE([AC_FUNC_VPRINTF]) AC_REQUIRE([AC_FUNC_VPRINTF])
AC_REQUIRE([AC_FUNC_ALLOCA]) 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_SYS_PROC_UPTIME])
AC_REQUIRE([jm_FUNC_FTRUNCATE]) AC_REQUIRE([jm_FUNC_FTRUNCATE])
AC_REQUIRE([vb_FUNC_RENAME]) AC_REQUIRE([vb_FUNC_RENAME])