summaryrefslogtreecommitdiff
path: root/m4/getloadavg.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-03-20 09:26:09 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-03-20 09:26:37 -0700
commit7ce25de888f285502898da13e689e4372fc6a49d (patch)
tree1919f75768200f79373fc27c7420fb2567757465 /m4/getloadavg.m4
parenta5f190dd658419e9328a846a1044b8294a7632d9 (diff)
downloademacs-7ce25de888f285502898da13e689e4372fc6a49d.tar.gz
Autoupdate from Gnulib
Diffstat (limited to 'm4/getloadavg.m4')
-rw-r--r--m4/getloadavg.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/getloadavg.m4 b/m4/getloadavg.m4
index 7b6a09a5c5b..d3a8910ecfc 100644
--- a/m4/getloadavg.m4
+++ b/m4/getloadavg.m4
@@ -7,7 +7,7 @@
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-#serial 7
+#serial 8
# Autoconf defines AC_FUNC_GETLOADAVG, but that is obsolescent.
# New applications should use gl_GETLOADAVG instead.
@@ -22,7 +22,7 @@ AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
gl_save_LIBS=$LIBS
-# getloadvg is present in libc on glibc >= 2.2, Mac OS X, FreeBSD >= 2.0,
+# getloadavg is present in libc on glibc >= 2.2, Mac OS X, FreeBSD >= 2.0,
# NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7.
HAVE_GETLOADAVG=1
AC_CHECK_FUNC([getloadavg], [],