annotate m4/fileblocks.m4 @ 15083:0c86c6d851e0

renameat: Move AC_LIBOBJ invocations to module description. * m4/renameat.m4 (gl_FUNC_RENAMEAT): Move AC_LIBOBJ invocations from here... * modules/renameat (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sat, 21 May 2011 20:53:14 +0200
parents c400cbc2e1e5
children 8250f2777afc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14939
c400cbc2e1e5 fileblocks: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14902
diff changeset
1 # fileblocks.m4 serial 6
14079
97fc9a21a8fb maint: update almost all copyright ranges to include 2011
Jim Meyering <meyering@redhat.com>
parents: 12559
diff changeset
2 dnl Copyright (C) 2002, 2005-2006, 2009-2011 Free Software Foundation, Inc.
5611
87c42e194f4a Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4107
diff changeset
3 dnl This file is free software; the Free Software Foundation
87c42e194f4a Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4107
diff changeset
4 dnl gives unlimited permission to copy and/or distribute it,
87c42e194f4a Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4107
diff changeset
5 dnl with or without modifications, as long as this notice is preserved.
4107
7c1a6b73f48e An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
7c1a6b73f48e An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 AC_DEFUN([gl_FILEBLOCKS],
7c1a6b73f48e An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 [
14939
c400cbc2e1e5 fileblocks: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14902
diff changeset
9 m4_pushdef([AC_LIBOBJ], [:])
c400cbc2e1e5 fileblocks: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14902
diff changeset
10 dnl Note: AC_STRUCT_ST_BLOCKS does AC_LIBOBJ([fileblocks]).
4107
7c1a6b73f48e An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 AC_STRUCT_ST_BLOCKS
14939
c400cbc2e1e5 fileblocks: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14902
diff changeset
12 m4_popdef([AC_LIBOBJ])
14902
16c748720b01 New module 'stat-size'.
James Youngman <jay@gnu.org>
parents: 14079
diff changeset
13 dnl The stat-size module depends on this one and also assumes that
16c748720b01 New module 'stat-size'.
James Youngman <jay@gnu.org>
parents: 14079
diff changeset
14 dnl HAVE_STRUCT_STAT_ST_BLOCKS is correctly defined. So if you
16c748720b01 New module 'stat-size'.
James Youngman <jay@gnu.org>
parents: 14079
diff changeset
15 dnl remove the call above, please make sure that this does not
16c748720b01 New module 'stat-size'.
James Youngman <jay@gnu.org>
parents: 14079
diff changeset
16 dnl introduce a bug into lib/stat-size.h.
4107
7c1a6b73f48e An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 ])
7c1a6b73f48e An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
7c1a6b73f48e An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 # Prerequisites of lib/fileblocks.c.
7c1a6b73f48e An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 AC_DEFUN([gl_PREREQ_FILEBLOCKS], [
11007
f6cba5a556ce many *.m4 files: improve m4 quoting
Jim Meyering <meyering@redhat.com>
parents: 6933
diff changeset
21 AC_CHECK_HEADERS_ONCE([sys/param.h])
6933
53581389f883 * _inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
Paul Eggert <eggert@cs.ucla.edu>
parents: 6275
diff changeset
22 :
4107
7c1a6b73f48e An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 ])