changeset 14805:d165d871cfb6

hash: Simplify autoconf macro. * m4/hash.m4 (gl_HASH): Don't require AM_STDBOOL_H.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 May 2011 23:56:14 +0200
parents daac7a35eb6a
children e551e9a7ef38
files ChangeLog m4/hash.m4
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+	hash: Simplify autoconf macro.
+	* m4/hash.m4 (gl_HASH): Don't require AM_STDBOOL_H.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
 	getugroups: Fix module description.
--- a/m4/hash.m4
+++ b/m4/hash.m4
@@ -1,4 +1,4 @@
-# hash.m4 serial 6
+# hash.m4 serial 7
 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
@@ -8,7 +8,4 @@
 AC_DEFUN([gl_HASH],
 [
   AC_LIBOBJ([hash])
-
-  dnl Prerequisites of lib/hash.c.
-  AC_REQUIRE([AM_STDBOOL_H])
 ])