mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Move AC_LIBOBJ invocation from here... * modules/getpagesize (configure.ac): ... to here.
28 lines
351 B
Plaintext
28 lines
351 B
Plaintext
Description:
|
|
getpagesize() function: Return memory page size.
|
|
|
|
Files:
|
|
lib/getpagesize.c
|
|
m4/getpagesize.m4
|
|
|
|
Depends-on:
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_FUNC_GETPAGESIZE
|
|
if test $REPLACE_GETPAGESIZE = 1; then
|
|
AC_LIBOBJ([getpagesize])
|
|
fi
|
|
gl_UNISTD_MODULE_INDICATOR([getpagesize])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|