From: Bruno Haible Date: Mon, 23 May 2011 21:56:14 +0000 (+0200) Subject: hash: Simplify autoconf macro. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd756d0a82b95b0d16e2aa1b841ecb8ff35056b1;p=pspp hash: Simplify autoconf macro. * m4/hash.m4 (gl_HASH): Don't require AM_STDBOOL_H. --- diff --git a/ChangeLog b/ChangeLog index de4c48951d..86a9cb078d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-23 Bruno Haible + + hash: Simplify autoconf macro. + * m4/hash.m4 (gl_HASH): Don't require AM_STDBOOL_H. + 2011-05-23 Bruno Haible getugroups: Fix module description. diff --git a/m4/hash.m4 b/m4/hash.m4 index 167c083001..3b135d1237 100644 --- 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 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_HASH], [ AC_LIBOBJ([hash]) - - dnl Prerequisites of lib/hash.c. - AC_REQUIRE([AM_STDBOOL_H]) ])