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

ChangeLog
m4/md4.m4
modules/crypto/md4

index 906aa6d..c323c84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       crypto/md4: Move AC_LIBOBJ invocations to module description.
+       * m4/md4.m4 (gl_MD4): Remove AC_LIBOBJ invocation.
+       * modules/crypto/md4 (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
        crypto/md2: Move AC_LIBOBJ invocations to module description.
        * m4/md2.m4: Remove file.
        * modules/crypto/md2 (Files): Remove it.
index b537fd4..76e3a5c 100644 (file)
--- a/m4/md4.m4
+++ b/m4/md4.m4
@@ -1,14 +1,12 @@
-# md4.m4 serial 4
+# md4.m4 serial 5
 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,
 dnl with or without modifications, as long as this notice is preserved.
 
+dnl Prerequisites of lib/md4.c.
 AC_DEFUN([gl_MD4],
 [
-  AC_LIBOBJ([md4])
-
-  dnl Prerequisites of lib/md4.c.
   AC_REQUIRE([gl_BIGENDIAN])
   AC_REQUIRE([AC_C_INLINE])
 ])
index 03ad58f..0a4d061 100644 (file)
@@ -13,6 +13,7 @@ configure.ac:
 gl_MD4
 
 Makefile.am:
+lib_SOURCES += md4.c
 
 Include:
 "md4.h"