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

ChangeLog
m4/md5.m4
modules/crypto/md5

index c323c8440cfb10799b65df031d3d2372fd3288c1..67fd8d7b379932ac0f981bad6a5796ed9a953982 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       crypto/md5: Move AC_LIBOBJ invocations to module description.
+       * m4/md5.m4 (gl_MD5): Remove AC_LIBOBJ invocation.
+       * modules/crypto/md5 (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        crypto/md4: Move AC_LIBOBJ invocations to module description.
index ce7671d6cea2be25e1e2dba5b97d9ba7dbdb1b2c..4b41a85b354c3b413ee1ade877448dbc0ceed535 100644 (file)
--- a/m4/md5.m4
+++ b/m4/md5.m4
@@ -1,4 +1,4 @@
-# md5.m4 serial 11
+# md5.m4 serial 12
 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_MD5],
 [
-  AC_LIBOBJ([md5])
-
   dnl Prerequisites of lib/md5.c.
   AC_REQUIRE([gl_BIGENDIAN])
   AC_REQUIRE([AC_C_INLINE])
index 7e529e7593ad9073a7808bcd2380d5fedbbcddfd..8cad97827345f89f4d09b55204c68ebedce9d042 100644 (file)
@@ -13,6 +13,7 @@ configure.ac:
 gl_MD5
 
 Makefile.am:
+lib_SOURCES += md5.c
 
 Include:
 "md5.h"