annotate m4/xsize.m4 @ 17040:2b2ed538a898

update from texinfo
author Karl Berry <karl@freefriends.org>
date Mon, 13 Aug 2012 15:48:24 -0700
parents 8250f2777afc
children 9e72d3927af1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10979
03e819eea554 More systematic m4 argument quoting.
Bruno Haible <bruno@clisp.org>
parents: 5585
diff changeset
1 # xsize.m4 serial 4
16201
8250f2777afc maint: update all copyright year number ranges
Jim Meyering <meyering@redhat.com>
parents: 14079
diff changeset
2 dnl Copyright (C) 2003-2004, 2008-2012 Free Software Foundation, Inc.
5585
adff74659d81 Use an all-permissive copyright notice, recommended by RMS.
Bruno Haible <bruno@clisp.org>
parents: 4954
diff changeset
3 dnl This file is free software; the Free Software Foundation
adff74659d81 Use an all-permissive copyright notice, recommended by RMS.
Bruno Haible <bruno@clisp.org>
parents: 4954
diff changeset
4 dnl gives unlimited permission to copy and/or distribute it,
adff74659d81 Use an all-permissive copyright notice, recommended by RMS.
Bruno Haible <bruno@clisp.org>
parents: 4954
diff changeset
5 dnl with or without modifications, as long as this notice is preserved.
4852
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 AC_DEFUN([gl_XSIZE],
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 [
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 dnl Prerequisites of lib/xsize.h.
4862
1f6c3678919c Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents: 4852
diff changeset
10 AC_REQUIRE([gl_SIZE_MAX])
4954
f1ccc8afe6b4 Needs AC_C_INLINE.
Bruno Haible <bruno@clisp.org>
parents: 4862
diff changeset
11 AC_REQUIRE([AC_C_INLINE])
10979
03e819eea554 More systematic m4 argument quoting.
Bruno Haible <bruno@clisp.org>
parents: 5585
diff changeset
12 AC_CHECK_HEADERS([stdint.h])
4852
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 ])