From 12c4970d70ae32fdcc81af55e1b2ff74afe96c93 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 26 Aug 2013 15:17:31 -0700 Subject: Minor merge from gnulib (mostly just for texinfo.tex). --- m4/sha256.m4 | 3 ++- m4/sha512.m4 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'm4') diff --git a/m4/sha256.m4 b/m4/sha256.m4 index 7eede32fad..cbbd17a644 100644 --- a/m4/sha256.m4 +++ b/m4/sha256.m4 @@ -1,4 +1,4 @@ -# sha256.m4 serial 6 +# sha256.m4 serial 7 dnl Copyright (C) 2005, 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, @@ -8,4 +8,5 @@ AC_DEFUN([gl_SHA256], [ dnl Prerequisites of lib/sha256.c. AC_REQUIRE([gl_BIGENDIAN]) + : ]) diff --git a/m4/sha512.m4 b/m4/sha512.m4 index 46c0895890..f4a6bf13ba 100644 --- a/m4/sha512.m4 +++ b/m4/sha512.m4 @@ -1,4 +1,4 @@ -# sha512.m4 serial 7 +# sha512.m4 serial 8 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, @@ -8,4 +8,5 @@ AC_DEFUN([gl_SHA512], [ dnl Prerequisites of lib/sha512.c. AC_REQUIRE([gl_BIGENDIAN]) + : ]) -- cgit v1.2.3