diff options
| author | Paul Eggert | 2018-03-20 09:26:09 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-03-20 09:26:37 -0700 |
| commit | 7ce25de888f285502898da13e689e4372fc6a49d (patch) | |
| tree | 1919f75768200f79373fc27c7420fb2567757465 /m4 | |
| parent | a5f190dd658419e9328a846a1044b8294a7632d9 (diff) | |
| download | emacs-7ce25de888f285502898da13e689e4372fc6a49d.tar.gz emacs-7ce25de888f285502898da13e689e4372fc6a49d.zip | |
Autoupdate from Gnulib
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/getloadavg.m4 | 4 |
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 @@ | |||
| 7 | # gives unlimited permission to copy and/or distribute it, | 7 | # gives unlimited permission to copy and/or distribute it, |
| 8 | # with or without modifications, as long as this notice is preserved. | 8 | # with or without modifications, as long as this notice is preserved. |
| 9 | 9 | ||
| 10 | #serial 7 | 10 | #serial 8 |
| 11 | 11 | ||
| 12 | # Autoconf defines AC_FUNC_GETLOADAVG, but that is obsolescent. | 12 | # Autoconf defines AC_FUNC_GETLOADAVG, but that is obsolescent. |
| 13 | # New applications should use gl_GETLOADAVG instead. | 13 | # New applications should use gl_GETLOADAVG instead. |
| @@ -22,7 +22,7 @@ AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) | |||
| 22 | 22 | ||
| 23 | gl_save_LIBS=$LIBS | 23 | gl_save_LIBS=$LIBS |
| 24 | 24 | ||
| 25 | # getloadvg is present in libc on glibc >= 2.2, Mac OS X, FreeBSD >= 2.0, | 25 | # getloadavg is present in libc on glibc >= 2.2, Mac OS X, FreeBSD >= 2.0, |
| 26 | # NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7. | 26 | # NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7. |
| 27 | HAVE_GETLOADAVG=1 | 27 | HAVE_GETLOADAVG=1 |
| 28 | AC_CHECK_FUNC([getloadavg], [], | 28 | AC_CHECK_FUNC([getloadavg], [], |