* 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/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.
-# 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])
])
gl_MD4
Makefile.am:
+lib_SOURCES += md4.c
Include:
"md4.h"