* 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/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.
-# 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,
AC_DEFUN([gl_SHA256],
[
- AC_LIBOBJ([sha256])
-
dnl Prerequisites of lib/sha256.c.
AC_REQUIRE([gl_BIGENDIAN])
AC_REQUIRE([AC_C_INLINE])
gl_SHA256
Makefile.am:
+lib_SOURCES += sha256.c
Include:
"sha256.h"