Mercurial > hg > octave-nkf > gnulib-hg
changeset 4954:f1ccc8afe6b4
Needs AC_C_INLINE.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 18 Feb 2004 12:34:38 +0000 |
parents | ee3711b2e4e1 |
children | 5c6feb3f83aa |
files | m4/ChangeLog m4/xsize.m4 |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2004-02-18 Bruno Haible <bruno@clisp.org> + + * xsize.m4 (gl_XSIZE): Require AC_C_INLINE. + Reported by Derek Robert Price <derek@ximbiot.com>. + 2004-02-06 Karl Berry <karl@gnu.org> * po.m4: update from gettext 0.14.1.
--- a/m4/xsize.m4 +++ b/m4/xsize.m4 @@ -1,5 +1,5 @@ -# xsize.m4 serial 2 -dnl Copyright (C) 2003 Free Software Foundation, Inc. +# xsize.m4 serial 3 +dnl Copyright (C) 2003-2004 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program @@ -10,5 +10,6 @@ [ dnl Prerequisites of lib/xsize.h. AC_REQUIRE([gl_SIZE_MAX]) + AC_REQUIRE([AC_C_INLINE]) AC_CHECK_HEADERS(stdint.h) ])