mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/physmem.m4 (gl_PHYSMEM): Remove AC_LIBOBJ invocation. * modules/physmem (Makefile.am): Augment lib_SOURCES.
25 lines
270 B
Plaintext
25 lines
270 B
Plaintext
Description:
|
|
Return amount of total/available physical memory.
|
|
|
|
Files:
|
|
lib/physmem.h
|
|
lib/physmem.c
|
|
m4/physmem.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_PHYSMEM
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += physmem.c
|
|
|
|
Include:
|
|
"physmem.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|