X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsha512.m4;h=46c0895890cf3873b1804ab385e2a6276743a222;hb=a0f402b76e57d57abd1961f20683a25d46179297;hp=888d50df660740c791ee19051455cdc03d3798fc;hpb=c0e92a8bc2db0f1ea4df59b1d6812323b0e58233;p=gnulib.git diff --git a/m4/sha512.m4 b/m4/sha512.m4 index 888d50df6..46c089589 100644 --- a/m4/sha512.m4 +++ b/m4/sha512.m4 @@ -1,13 +1,11 @@ -# sha512.m4 serial 3 -dnl Copyright (C) 2005, 2006, 2008 Free Software Foundation, Inc. +# sha512.m4 serial 7 +dnl Copyright (C) 2005-2006, 2008-2013 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. AC_DEFUN([gl_SHA512], [ - AC_LIBOBJ([sha512]) - dnl Prerequisites of lib/sha512.c. - AC_REQUIRE([AC_C_BIGENDIAN]) + AC_REQUIRE([gl_BIGENDIAN]) ])