X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fhash.m4;h=3b135d12371d308b1286d53306e150cfbf0719dc;hb=9e1cdef20b772f0baac07cd0dbec23a00574d28c;hp=948dd97207cdb26aabbd0daf65e022b74eac3f9d;hpb=62a39c7d945eb4160c206242b85c624fb2fb21fd;p=gnulib.git diff --git a/m4/hash.m4 b/m4/hash.m4 index 948dd9720..3b135d123 100644 --- a/m4/hash.m4 +++ b/m4/hash.m4 @@ -1,14 +1,11 @@ -# hash.m4 serial 5 -dnl Copyright (C) 2002, 2003, 2005 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. AC_DEFUN([gl_HASH], [ - AC_LIBSOURCES([hash.c, hash.h]) AC_LIBOBJ([hash]) - - dnl Prerequisites of lib/hash.c. - AC_REQUIRE([AM_STDBOOL_H]) ])