Mercurial > hg > octave-jordi > gnulib-hg
changeset 15241:ea6597f2ea01
crypto/sha256: Move AC_LIBOBJ invocations to module description.
* m4/sha256.m4 (gl_SHA256): Remove AC_LIBOBJ invocation.
* modules/crypto/sha256 (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 01:39:42 +0200 |
parents | 417bb59b0819 |
children | 3aaaa47a58af |
files | ChangeLog m4/sha256.m4 modules/crypto/sha256 |
diffstat | 3 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible <bruno@clisp.org> + + crypto/sha256: Move AC_LIBOBJ invocations to module description. + * m4/sha256.m4 (gl_SHA256): Remove AC_LIBOBJ invocation. + * modules/crypto/sha256 (Makefile.am): Augment lib_SOURCES. + 2011-05-23 Bruno Haible <bruno@clisp.org> crypto/sha1: Move AC_LIBOBJ invocations to module description.
--- a/m4/sha256.m4 +++ b/m4/sha256.m4 @@ -1,4 +1,4 @@ -# sha256.m4 serial 4 +# sha256.m4 serial 5 dnl Copyright (C) 2005, 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, @@ -6,8 +6,6 @@ AC_DEFUN([gl_SHA256], [ - AC_LIBOBJ([sha256]) - dnl Prerequisites of lib/sha256.c. AC_REQUIRE([gl_BIGENDIAN]) AC_REQUIRE([AC_C_INLINE])