Blame m4/inttostr.m4

Packit 33f14e
#serial 8
Packit 33f14e
dnl Copyright (C) 2004-2006, 2009-2017 Free Software Foundation, Inc.
Packit 33f14e
dnl This file is free software; the Free Software Foundation
Packit 33f14e
dnl gives unlimited permission to copy and/or distribute it,
Packit 33f14e
dnl with or without modifications, as long as this notice is preserved.
Packit 33f14e
Packit 33f14e
AC_DEFUN([gl_INTTOSTR],
Packit 33f14e
[
Packit 33f14e
  gl_PREREQ_INTTOSTR
Packit 33f14e
  gl_PREREQ_IMAXTOSTR
Packit 33f14e
  gl_PREREQ_OFFTOSTR
Packit 33f14e
  gl_PREREQ_UMAXTOSTR
Packit 33f14e
  gl_PREREQ_UINTTOSTR
Packit 33f14e
])
Packit 33f14e
Packit 33f14e
# Prerequisites of lib/inttostr.h.
Packit 33f14e
AC_DEFUN([gl_PREREQ_INTTOSTR], [
Packit 33f14e
  AC_REQUIRE([AC_TYPE_OFF_T])
Packit 33f14e
  :
Packit 33f14e
])
Packit 33f14e
Packit 33f14e
# Prerequisites of lib/imaxtostr.c.
Packit 33f14e
AC_DEFUN([gl_PREREQ_IMAXTOSTR], [:])
Packit 33f14e
Packit 33f14e
# Prerequisites of lib/offtostr.c.
Packit 33f14e
AC_DEFUN([gl_PREREQ_OFFTOSTR], [:])
Packit 33f14e
Packit 33f14e
# Prerequisites of lib/umaxtostr.c.
Packit 33f14e
AC_DEFUN([gl_PREREQ_UMAXTOSTR], [:])
Packit 33f14e
Packit 33f14e
# Prerequisites of lib/uinttostr.c.
Packit 33f14e
AC_DEFUN([gl_PREREQ_UINTTOSTR], [:])