Blame m4/xsize.m4

Packit fc043f
# xsize.m4 serial 3
Packit fc043f
dnl Copyright (C) 2003-2004 Free Software Foundation, Inc.
Packit fc043f
dnl This file is free software; the Free Software Foundation
Packit fc043f
dnl gives unlimited permission to copy and/or distribute it,
Packit fc043f
dnl with or without modifications, as long as this notice is preserved.
Packit fc043f
Packit fc043f
AC_DEFUN([gl_XSIZE],
Packit fc043f
[
Packit fc043f
  dnl Prerequisites of lib/xsize.h.
Packit fc043f
  AC_REQUIRE([gl_SIZE_MAX])
Packit fc043f
  AC_REQUIRE([AC_C_INLINE])
Packit fc043f
  AC_CHECK_HEADERS(stdint.h)
Packit fc043f
])