Mercurial > hg > octave-jordi > gnulib-hg
comparison modules/getpagesize @ 14970:3c854f4a4670
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.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 08 May 2011 13:10:22 +0200 |
parents | c98fca1ff8b8 |
children |
comparison
equal
deleted
inserted
replaced
14969:9ac32f9b5582 | 14970:3c854f4a4670 |
---|---|
8 Depends-on: | 8 Depends-on: |
9 unistd | 9 unistd |
10 | 10 |
11 configure.ac: | 11 configure.ac: |
12 gl_FUNC_GETPAGESIZE | 12 gl_FUNC_GETPAGESIZE |
13 if test $REPLACE_GETPAGESIZE = 1; then | |
14 AC_LIBOBJ([getpagesize]) | |
15 fi | |
13 gl_UNISTD_MODULE_INDICATOR([getpagesize]) | 16 gl_UNISTD_MODULE_INDICATOR([getpagesize]) |
14 | 17 |
15 Makefile.am: | 18 Makefile.am: |
16 | 19 |
17 Include: | 20 Include: |