diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-02 06:53:29 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-02 06:53:29 +0000 |
commit | 7e01484e7f8917c7de253d8f01d71c9666dbfb67 (patch) | |
tree | 1b695685701133bc4c4abc927582463cc437a28c /m4 | |
parent | 98902d4bfbe25eee1e08727f814ee21ff2dad031 (diff) | |
download | coreutils-7e01484e7f8917c7de253d8f01d71c9666dbfb67.tar.xz |
(gl_HUMAN): Assume locale.h and localeconv exist.
Diffstat (limited to 'm4')
-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 d70b219a5..e800d7407 100644 --- a/m4/human.m4 +++ b/m4/human.m4 @@ -1,4 +1,4 @@ -# human.m4 serial 5 +# human.m4 serial 6 dnl Copyright (C) 2002, 2003, 2004 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,6 +13,5 @@ AC_DEFUN([gl_HUMAN], AC_REQUIRE([gl_AC_TYPE_UINTMAX_T]) dnl Prerequisites of lib/human.c. - AC_CHECK_HEADERS_ONCE(locale.h) - AC_CHECK_FUNCS_ONCE(localeconv) + : ]) |