view m4/xstrtoumax.m4 @ 5016:7141ea4946af

Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
author Jim Meyering <jim@meyering.net>
date Sun, 18 Apr 2004 18:12:50 +0000
parents c1d472db5c30
children 87c42e194f4a
line wrap: on
line source

#serial 6
dnl Cloned from xstrtoimax.m4.  Keep these files in sync.

AC_DEFUN([gl_XSTRTOUMAX],
[
  dnl Prerequisites of lib/xstrtoumax.c.
  AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
  AC_REQUIRE([gl_PREREQ_XSTRTOL])
])