X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=config%2Fgnulib%2Fxsize.m4;fp=config%2Fgnulib%2Fxsize.m4;h=85bb721e43e854f923d96ea65ba070ac9100c8c4;hb=ac973066bc508cb82728e46eaf499e9424d4e0f1;hp=0000000000000000000000000000000000000000;hpb=5dface998916896fca0182a4c52a78877a691f5f;p=debian%2Famanda diff --git a/config/gnulib/xsize.m4 b/config/gnulib/xsize.m4 new file mode 100644 index 0000000..85bb721 --- /dev/null +++ b/config/gnulib/xsize.m4 @@ -0,0 +1,13 @@ +# xsize.m4 serial 3 +dnl Copyright (C) 2003-2004 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_REQUIRE([AC_C_INLINE]) + AC_CHECK_HEADERS(stdint.h) +])