projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d98d28
)
(AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
author
Jim Meyering
<jim@meyering.net>
Wed, 21 Apr 1999 04:14:59 +0000
(
04:14
+0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 21 Apr 1999 04:14:59 +0000
(
04:14
+0000)
m4/xstrtoumax.m4
patch
|
blob
|
history
diff --git
a/m4/xstrtoumax.m4
b/m4/xstrtoumax.m4
index 842d7292a2b6c189055c60e150d4ea93088e4aaf..b9f27061cdca4d9f848913d89ec812adb19083ca 100644
(file)
--- a/
m4/xstrtoumax.m4
+++ b/
m4/xstrtoumax.m4
@@
-7,7
+7,6
@@
AC_DEFUN(jm_AC_PREREQ_XSTRTOUMAX,
AC_REQUIRE([jm_AC_HEADER_INTTYPES_H])
AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG])
AC_CHECK_HEADERS(stdlib.h)
- AC_CHECK_FUNCS(strtoull strtoumax strtouq)
AC_REPLACE_FUNCS(strtoumax)
dnl We don't need (and can't compile) the replacement strtoull