X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fhash.m4;h=3b135d12371d308b1286d53306e150cfbf0719dc;hb=9a5b92fa76ec1494756d2ace6b7a0a43c48633ea;hp=1b1873c326dc4fc80dda2f9f20cef6be87da3727;hpb=901bc47c9a8db854db97bb28780352748020c81d;p=gnulib.git diff --git a/m4/hash.m4 b/m4/hash.m4 index 1b1873c32..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 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]) ])