crypto/sha256: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 23:39:42 +0000 (01:39 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:38 +0000 (00:07 +0200)
* m4/sha256.m4 (gl_SHA256): Remove AC_LIBOBJ invocation.
* modules/crypto/sha256 (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/sha256.m4
modules/crypto/sha256

index 8008fc33cb48980fa401151075c428e09cd799a4..738d2d3d2b95f0446dc73bccf75ec8589aa32ab6 100644 (file)
--- 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.
index 0c2d2aae21b4559c4026529861c5fdd0a67f2441..a3429ed34234d9995055c15a8ef4e8e1c6f89417 100644 (file)
@@ -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 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_SHA256],
 [
-  AC_LIBOBJ([sha256])
-
   dnl Prerequisites of lib/sha256.c.
   AC_REQUIRE([gl_BIGENDIAN])
   AC_REQUIRE([AC_C_INLINE])
index 3d70c4aabd0abf8967b89b8e957dfd28fba01de2..a5732bd83bc4a11c941891fe63423d5505f50d1d 100644 (file)
@@ -13,6 +13,7 @@ configure.ac:
 gl_SHA256
 
 Makefile.am:
+lib_SOURCES += sha256.c
 
 Include:
 "sha256.h"