]> Savannah Git Hosting - gnulib.git/commit
getpagesize: Fix compilation error on Android.
authorBruno Haible <bruno@clisp.org>
Sun, 13 May 2018 16:28:35 +0000 (18:28 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 13 May 2018 16:28:35 +0000 (18:28 +0200)
commit0cc0345974e41e79aa8041939f63f971b9bce335
tree3aea33e8a82e9cb8e42c68aec9cdaad1ae6f7e02
parent9f442cbb0bd8ed7398aee30c3a3944486a64a058
getpagesize: Fix compilation error on Android.

* m4/getpagesize.m4 (gl_CHECK_FUNC_GETPAGESIZE): New macro.
(gl_FUNC_GETPAGESIZE): Invoke it instead of AC_CHECK_FUNC.
* m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): Don't invoke
AC_CHECK_FUNC. Instead, invoke gl_CHECK_FUNC_GETPAGESIZE and define
HAVE_GETPAGESIZE accordingly.
* modules/getcwd (Files): Add m4/getpagesize.m4.
ChangeLog
m4/getcwd-abort-bug.m4
m4/getpagesize.m4
modules/getcwd