repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[coreutils.git]
/
m4
/
xstrtoumax.m4
blob
a0fbcc36a924022f8d10c216a8faaf770fca4807
1
#serial 6
2
dnl Cloned from xstrtoimax.m4. Keep these files in sync.
3
4
AC_DEFUN([gl_XSTRTOUMAX],
5
[
6
dnl Prerequisites of lib/xstrtoumax.c.
7
AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
8
AC_REQUIRE([gl_PREREQ_XSTRTOL])
9
])