changeset 15214:85089b96ec6d

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.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 May 2011 00:32:54 +0200
parents 5d6fd11a6409
children 2a070a31a8a2
files ChangeLog m4/md4.m4 modules/crypto/md4
diffstat 3 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
--- 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])
 ])
--- a/modules/crypto/md4
+++ b/modules/crypto/md4
@@ -13,6 +13,7 @@
 gl_MD4
 
 Makefile.am:
+lib_SOURCES += md4.c
 
 Include:
 "md4.h"