From: Paul Eggert Date: Thu, 2 Dec 2004 06:53:29 +0000 (+0000) Subject: (gl_HUMAN): Assume locale.h and localeconv exist. X-Git-Tag: v5.3.0~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e01484e7f8917c7de253d8f01d71c9666dbfb67;p=thirdparty%2Fcoreutils.git (gl_HUMAN): Assume locale.h and localeconv exist. --- diff --git a/m4/human.m4 b/m4/human.m4 index d70b219a55..e800d74071 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) + : ])