From b5b37f450c1d325457a2496d8c714c69b4f907bd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 00:32:54 +0200 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ m4/md4.m4 | 6 ++---- modules/crypto/md4 | 1 + 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 906aa6d91..c323c8440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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. + +2011-05-23 Bruno Haible + crypto/md2: Move AC_LIBOBJ invocations to module description. * m4/md2.m4: Remove file. * modules/crypto/md2 (Files): Remove it. diff --git a/m4/md4.m4 b/m4/md4.m4 index b537fd428..76e3a5cb9 100644 --- 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]) ]) diff --git a/modules/crypto/md4 b/modules/crypto/md4 index 03ad58fed..0a4d06169 100644 --- a/modules/crypto/md4 +++ b/modules/crypto/md4 @@ -13,6 +13,7 @@ configure.ac: gl_MD4 Makefile.am: +lib_SOURCES += md4.c Include: "md4.h" -- 2.11.0