diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-13 06:30:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-13 06:30:24 +0000 |
commit | 0a6d9e524edbb84b0b3e1b7cf72bbba80c4d9fd2 (patch) | |
tree | 1e14aa991212b6d813e49210c0875c14a7934b04 | |
parent | abfefa0bba67fb32f62dd682f7b0a84e84c16af2 (diff) | |
download | coreutils-0a6d9e524edbb84b0b3e1b7cf72bbba80c4d9fd2.tar.xz |
(gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
-rw-r--r-- | m4/human.m4 | 5 |
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) ]) |