X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fhash.m4;h=3b135d12371d308b1286d53306e150cfbf0719dc;hb=19ad053d1964635d0247647dca318fa5a29ad89b;hp=237dcbd1041858050121b05592fa6cfa36fd2625;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/m4/hash.m4 b/m4/hash.m4 index 237dcbd10..3b135d123 100644 --- a/m4/hash.m4 +++ b/m4/hash.m4 @@ -1,5 +1,6 @@ -# hash.m4 serial 6 -dnl Copyright (C) 2002-2003, 2005-2006, 2009 Free Software Foundation, Inc. +# 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 dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -7,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]) ])