summaryrefslogtreecommitdiff
path: root/m4/human.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-12-02 06:53:29 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-12-02 06:53:29 +0000
commit7e01484e7f8917c7de253d8f01d71c9666dbfb67 (patch)
tree1b695685701133bc4c4abc927582463cc437a28c /m4/human.m4
parent98902d4bfbe25eee1e08727f814ee21ff2dad031 (diff)
downloadcoreutils-7e01484e7f8917c7de253d8f01d71c9666dbfb67.tar.xz
(gl_HUMAN): Assume locale.h and localeconv exist.
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 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)
+ :
])