summaryrefslogtreecommitdiff
path: root/m4/human.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-13 06:30:24 +0000
committerJim Meyering <jim@meyering.net>2003-09-13 06:30:24 +0000
commit0a6d9e524edbb84b0b3e1b7cf72bbba80c4d9fd2 (patch)
tree1e14aa991212b6d813e49210c0875c14a7934b04 /m4/human.m4
parentabfefa0bba67fb32f62dd682f7b0a84e84c16af2 (diff)
downloadcoreutils-0a6d9e524edbb84b0b3e1b7cf72bbba80c4d9fd2.tar.xz
(gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
Diffstat (limited to 'm4/human.m4')
-rw-r--r--m4/human.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/human.m4 b/m4/human.m4
index 1a23f166f..a2b236570 100644
--- a/m4/human.m4
+++ b/m4/human.m4
@@ -1,4 +1,4 @@
-# human.m4 serial 3
+# human.m4 serial 4
dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
@@ -13,7 +13,6 @@ AC_DEFUN([gl_HUMAN],
AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])
dnl Prerequisites of lib/human.c.
- AC_CHECK_HEADERS_ONCE(locale.h stdlib.h string.h)
- AC_CHECK_DECLS_ONCE(getenv)
+ AC_CHECK_HEADERS_ONCE(locale.h)
AC_CHECK_FUNCS_ONCE(localeconv)
])