annotate m4/xsize.m4 @ 4954:f1ccc8afe6b4

Needs AC_C_INLINE.
author Bruno Haible <bruno@clisp.org>
date Wed, 18 Feb 2004 12:34:38 +0000
parents 1f6c3678919c
children adff74659d81
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4954
f1ccc8afe6b4 Needs AC_C_INLINE.
Bruno Haible <bruno@clisp.org>
parents: 4862
diff changeset
1 # xsize.m4 serial 3
f1ccc8afe6b4 Needs AC_C_INLINE.
Bruno Haible <bruno@clisp.org>
parents: 4862
diff changeset
2 dnl Copyright (C) 2003-2004 Free Software Foundation, Inc.
4852
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 dnl This file is free software, distributed under the terms of the GNU
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 dnl General Public License. As a special exception to the GNU General
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 dnl Public License, this file may be distributed as part of a program
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 dnl that contains a configuration script generated by Autoconf, under
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 dnl the same distribution terms as the rest of that program.
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 AC_DEFUN([gl_XSIZE],
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 [
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 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
12 AC_REQUIRE([gl_SIZE_MAX])
4954
f1ccc8afe6b4 Needs AC_C_INLINE.
Bruno Haible <bruno@clisp.org>
parents: 4862
diff changeset
13 AC_REQUIRE([AC_C_INLINE])
4852
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 AC_CHECK_HEADERS(stdint.h)
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 ])