X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsha512.m4;h=bf9abb7bd3cff70bb0b7edd4faba6a4d9695f1dd;hb=ba4000b09804294e46373afb2003744612096a20;hp=1b1e899cc2880704f4740f1e6d40704739e191b5;hpb=88672a9b0b55ebda6747c38e9cb82b1ae75a017d;p=gnulib.git diff --git a/m4/sha512.m4 b/m4/sha512.m4 index 1b1e899cc..bf9abb7bd 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, 2009 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]) ])