From 7da4d67b7149359a00ed137f81752074339d93ab Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 00:34:00 +0200 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ m4/md5.m4 | 4 +--- modules/crypto/md5 | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c323c8440..67fd8d7b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + 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 + 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. diff --git a/m4/md5.m4 b/m4/md5.m4 index ce7671d6c..4b41a85b3 100644 --- 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]) diff --git a/modules/crypto/md5 b/modules/crypto/md5 index 7e529e759..8cad97827 100644 --- a/modules/crypto/md5 +++ b/modules/crypto/md5 @@ -13,6 +13,7 @@ configure.ac: gl_MD5 Makefile.am: +lib_SOURCES += md5.c Include: "md5.h" -- 2.11.0