* m4/absolute-header.m4: Renamed from full-header-path.m4.
[gnulib.git] / m4 / _inttypes_h.m4
1 # _inttypes_h.m4 serial 3
2 dnl Copyright (C) 2006 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 dnl From Derek Price.
8
9 AC_DEFUN([gl_INTTYPES_H],
10 [AC_REQUIRE([gl_INCLUDE_NEXT])dnl
11 AC_LIBSOURCES([inttypes.h])
12 if test $gl_cv_have_include_next = no; then
13   gl_ABSOLUTE_HEADER([inttypes.h])
14 fi
15 AC_CHECK_DECLS_ONCE([strtoimax strtoumax])dnl
16 ])