# _inttypes_h.m4 serial 4 dnl Copyright (C) 2006 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. dnl From Derek Price. AC_DEFUN([gl_INTTYPES_H], [AC_REQUIRE([gl_INCLUDE_NEXT])dnl AC_LIBSOURCES([inttypes.h]) if test $gl_cv_have_include_next = no; then gl_ABSOLUTE_HEADER([inttypes.h]) fi AC_CHECK_DECLS_ONCE([strtoimax])dnl AC_CHECK_DECLS_ONCE([strtoumax])dnl ])