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
/
xstrtoimax.m4
blob
065912583b62c2cb8d353d38b768bc01367d0a0a
1
#serial 4
2
dnl Cloned from xstrtoumax.m4. Keep these files in sync.
3
4
AC_DEFUN([gl_XSTRTOIMAX],
5
[
6
dnl Prerequisites of lib/xstrtoimax.c.
7
AC_REQUIRE([gl_AC_TYPE_INTMAX_T])
8
AC_REQUIRE([gl_PREREQ_XSTRTOL])
9
])