* m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Move AC_LIBOBJ invocation
from here...
* modules/getpagesize (configure.ac): ... to here.
+2011-05-08 Bruno Haible <bruno@clisp.org>
+
+ 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-05-08 Bruno Haible <bruno@clisp.org>
getopt: Move AC_LIBOBJ invocations to module description.
-# getpagesize.m4 serial 8
+# getpagesize.m4 serial 9
dnl Copyright (C) 2002, 2004-2005, 2007, 2009-2011 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation
case "$host_os" in
mingw*)
REPLACE_GETPAGESIZE=1
- AC_LIBOBJ([getpagesize])
;;
esac
dnl Also check whether it's declared.
configure.ac:
gl_FUNC_GETPAGESIZE
+if test $REPLACE_GETPAGESIZE = 1; then
+ AC_LIBOBJ([getpagesize])
+fi
gl_UNISTD_MODULE_INDICATOR([getpagesize])
Makefile.am: