1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/getpagesize
Bruno Haible 8b5e506d9d getpagesize: Move AC_LIBOBJ invocations to module description.
* m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Move AC_LIBOBJ invocation
from here...
* modules/getpagesize (configure.ac): ... to here.
2011-06-16 00:06:07 +02:00

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