Mercurial > hg > octave-kai > gnulib-hg
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 |
rev | line source |
---|---|
4954 | 1 # xsize.m4 serial 3 |
2 dnl Copyright (C) 2003-2004 Free Software Foundation, Inc. | |
4852 | 3 dnl This file is free software, distributed under the terms of the GNU |
4 dnl General Public License. As a special exception to the GNU General | |
5 dnl Public License, this file may be distributed as part of a program | |
6 dnl that contains a configuration script generated by Autoconf, under | |
7 dnl the same distribution terms as the rest of that program. | |
8 | |
9 AC_DEFUN([gl_XSIZE], | |
10 [ | |
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 | 13 AC_REQUIRE([AC_C_INLINE]) |
4852 | 14 AC_CHECK_HEADERS(stdint.h) |
15 ]) |