* modules/inttypes: New file.
[gnulib.git] / m4 / _inttypes_h.m4
1 # _inttypes_h.m4 serial 1
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_LIBSOURCES([inttypes.h])
11 gl_FULL_HEADER_PATH([inttypes.h])
12 AC_CHECK_DECLS_ONCE([strtoimax strtoumax])dnl
13 ])