* m4/hash.m4 (gl_HASH): Don't require AM_STDBOOL_H.
+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.
-# 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
AC_DEFUN([gl_HASH],
[
AC_LIBOBJ([hash])
-
- dnl Prerequisites of lib/hash.c.
- AC_REQUIRE([AM_STDBOOL_H])
])