Blame m4/inttostr.m4

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