Hash :
8b5e506d
Author :
Date :
2011-05-08T13:10:22
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.
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