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

ChangeLog
m4/sha1.m4
modules/crypto/sha1

index b1b526d84f70de586422a947df3370df23c58ae6..8008fc33cb48980fa401151075c428e09cd799a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       crypto/sha1: Move AC_LIBOBJ invocations to module description.
+       * m4/sha1.m4 (gl_SHA1): Remove AC_LIBOBJ invocation.
+       * modules/crypto/sha1 (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        settime: Move AC_LIBOBJ invocations to module description.
index e40505f2f70856010b529b0e5931f1c2cea5b928..b8f5c1dcafec3bc3df5947833525e46b95c27f7e 100644 (file)
@@ -1,4 +1,4 @@
-# sha1.m4 serial 9
+# sha1.m4 serial 10
 dnl Copyright (C) 2002-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_SHA1],
 [
-  AC_LIBOBJ([sha1])
-
   dnl Prerequisites of lib/sha1.c.
   AC_REQUIRE([gl_BIGENDIAN])
   AC_REQUIRE([AC_C_INLINE])
index 411cf3bb6ebd671d743c5f91dea99a1e632aefeb..2a347b0b38319a0ce3cb31c52bf9c38cf1f9b846 100644 (file)
@@ -13,6 +13,7 @@ configure.ac:
 gl_SHA1
 
 Makefile.am:
+lib_SOURCES += sha1.c
 
 Include:
 "sha1.h"