From: Bruno Haible <bruno@clisp.org> Date: Mon, 23 May 2011 22:32:54 +0000 (+0200) Subject: crypto/md4: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5b37f450c1d325457a2496d8c714c69b4f907bd;p=pspp 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/ChangeLog b/ChangeLog index 906aa6d914..c323c8440c 100644 --- 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. diff --git a/m4/md4.m4 b/m4/md4.m4 index b537fd428b..76e3a5cb94 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 03ad58fede..0a4d061698 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"