]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_HASH): Do not check for stdlib.h, malloc, free.
authorJim Meyering <jim@meyering.net>
Sat, 13 Sep 2003 06:30:49 +0000 (06:30 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Sep 2003 06:30:49 +0000 (06:30 +0000)
m4/hard-locale.m4
m4/hash.m4

index 79f24d28dbd5bb9aa7b8fc6e8793e95ead552b65..3e2a08ccb5bb2f26042d4518514b5f9134958308 100644 (file)
@@ -1,5 +1,5 @@
-# hard-locale.m4 serial 1
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# hard-locale.m4 serial 2
+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
 dnl Public License, this file may be distributed as part of a program
@@ -9,6 +9,6 @@ dnl the same distribution terms as the rest of that program.
 AC_DEFUN([gl_HARD_LOCALE],
 [
   dnl Prerequisites of lib/hard-locale.c.
-  AC_CHECK_HEADERS_ONCE(locale.h stdlib.h string.h)
+  AC_CHECK_HEADERS_ONCE(locale.h)
   AC_CHECK_FUNCS_ONCE(setlocale)
 ])
index ab48a1d230d84226ca6f6dbdd26fa07a37d9ba23..9fe3211f91c1dd3fb813dce4324f29c0527c78af 100644 (file)
@@ -1,4 +1,4 @@
-# hash.m4 serial 2
+# hash.m4 serial 3
 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
@@ -10,6 +10,4 @@ AC_DEFUN([gl_HASH],
 [
   dnl Prerequisites of lib/hash.c.
   AC_REQUIRE([AM_STDBOOL_H])
-  AC_CHECK_HEADERS_ONCE(stdlib.h)
-  AC_CHECK_DECLS_ONCE(free malloc)
 ])