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

ChangeLog
m4/sha512.m4
modules/crypto/sha512

index 738d2d3d2b95f0446dc73bccf75ec8589aa32ab6..81e8451bc09a58a948644bec6a45996d9ad269ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       crypto/sha512: Move AC_LIBOBJ invocations to module description.
+       * m4/sha512.m4 (gl_SHA512): Remove AC_LIBOBJ invocation.
+       * modules/crypto/sha512 (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        crypto/sha256: Move AC_LIBOBJ invocations to module description.
index 902ef013fe3c8b663766431cab53365f92d7aee0..cd6a0bf302a103825f091559857dae0dfe946bf5 100644 (file)
@@ -1,4 +1,4 @@
-# sha512.m4 serial 5
+# sha512.m4 serial 6
 dnl Copyright (C) 2005-2006, 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_SHA512],
 [
-  AC_LIBOBJ([sha512])
-
   dnl Prerequisites of lib/sha512.c.
   AC_REQUIRE([gl_BIGENDIAN])
   AC_REQUIRE([AC_C_INLINE])
index ca17e1a2edcb428c23391040e1d08a51aae66cd4..9d871d46dfed8bc8a6447f0a4fd4aa2aee3ca991 100644 (file)
@@ -14,6 +14,7 @@ configure.ac:
 gl_SHA512
 
 Makefile.am:
+lib_SOURCES += sha512.c
 
 Include:
 "sha512.h"