1
0
mirror of https://git.zap.org.au/git/trader.git synced 2025-02-02 15:08:13 -05:00
trader/m4/xsize.m4
John Zaitseff f9d4b1cb96 Update all auto-generated files
These files have been created by running ./build-aux/bootstrap with
Gnulib as at commit abdd68df1a22db62a7eb68ed93fed51f7988578e (with a date
stamp of Mon May 22 22:26:29 2017 +0200), Autoconf 2.69, Automake 1.15
and Gettext 0.19.8.1.
2017-05-23 08:55:44 +10:00

13 lines
406 B
Plaintext

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