mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-28 03:19:55 +02:00
*** empty log message ***
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#serial 1
|
||||
|
||||
# autoconf tests required for use of xstrtoumax.c
|
||||
|
||||
AC_DEFUN(jm_AC_PREREQ_XSTRTOUMAX,
|
||||
[
|
||||
jm_AC_HEADER_INTTYPES_H
|
||||
AC_CHECK_HEADERS(stdlib.h)
|
||||
AC_CHECK_FUNCS(strtoull strtoumax strtouq)
|
||||
])
|
||||
Reference in New Issue
Block a user