1
0
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:
Jim Meyering
1999-04-19 02:53:36 +00:00
parent 560d7d9dac
commit ac4f985ac9
+10
View File
@@ -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)
])