X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fxsize.m4;h=7bf1865b456b3eadc31fcabfad29affe7ca7f2a1;hb=30ffdfca0db8e3dede862ce911a200ecc1894fd5;hp=ee30a4d4588957f510f5299e6a6a877e41792ff4;hpb=bf5c2a54b1f62943eec85b3baed47bc084cd36c2;p=gnulib.git diff --git a/m4/xsize.m4 b/m4/xsize.m4 index ee30a4d45..7bf1865b4 100644 --- a/m4/xsize.m4 +++ b/m4/xsize.m4 @@ -1,5 +1,5 @@ -# xsize.m4 serial 1 -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 @@ -9,5 +9,7 @@ dnl the same distribution terms as the rest of that program. AC_DEFUN([gl_XSIZE], [ dnl Prerequisites of lib/xsize.h. + AC_REQUIRE([gl_SIZE_MAX]) + AC_REQUIRE([AC_C_INLINE]) AC_CHECK_HEADERS(stdint.h) ])