Mercurial > hg > octave-kai > gnulib-hg
annotate modules/getloadavg @ 5629:265134ee1731
Sync from coreutils.
* modules/getloadavg (Files): Remove m4/getloadavg.m4.
(Depends-on): Add c-strtod.
(configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
* m4/getloadavg.m4, m4/glibc.m4, m4/search-libs.m4: Remove.
* m4/check-decl.m4, m4/jm-macros.m4, m4/lib-check.m4, m4/prereq.m4:
Remove files that are specific to coreutils.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Fri, 28 Jan 2005 23:23:32 +0000 |
parents | 42b53a22aee5 |
children | ec62790f0938 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Return the current system load averages. |
4110 | 3 |
4 Files: | |
5 lib/getloadavg.c | |
6 | |
7 Depends-on: | |
4979
6b9af4133e6f
Merge changes to getloadavg.c from coreutils and Emacs; this
Paul Eggert <eggert@cs.ucla.edu>
parents:
4197
diff
changeset
|
8 cloexec |
6b9af4133e6f
Merge changes to getloadavg.c from coreutils and Emacs; this
Paul Eggert <eggert@cs.ucla.edu>
parents:
4197
diff
changeset
|
9 xalloc |
5629 | 10 c-strtod |
4110 | 11 |
12 configure.ac: | |
5629 | 13 AC_FUNC_GETLOADAVG |
4110 | 14 |
15 Makefile.am: | |
16 | |
17 Include: | |
18 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4979
diff
changeset
|
19 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4979
diff
changeset
|
20 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4979
diff
changeset
|
21 |
4197 | 22 Maintainer: |
23 Jim Meyering |