X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsha512.m4;h=902ef013fe3c8b663766431cab53365f92d7aee0;hb=308cae2a36b73ea570af86e904528776a47b6e16;hp=1b1e899cc2880704f4740f1e6d40704739e191b5;hpb=88672a9b0b55ebda6747c38e9cb82b1ae75a017d;p=gnulib.git diff --git a/m4/sha512.m4 b/m4/sha512.m4 index 1b1e899cc..902ef013f 100644 --- a/m4/sha512.m4 +++ b/m4/sha512.m4 @@ -1,5 +1,5 @@ -# sha512.m4 serial 4 -dnl Copyright (C) 2005, 2006, 2008 Free Software Foundation, Inc. +# sha512.m4 serial 5 +dnl Copyright (C) 2005-2006, 2008-2011 Free Software Foundation, 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. @@ -9,6 +9,6 @@ AC_DEFUN([gl_SHA512], AC_LIBOBJ([sha512]) dnl Prerequisites of lib/sha512.c. - AC_REQUIRE([AC_C_BIGENDIAN]) + AC_REQUIRE([gl_BIGENDIAN]) AC_REQUIRE([AC_C_INLINE]) ])