From: Bruno Haible Date: Mon, 23 May 2011 22:34:00 +0000 (+0200) Subject: crypto/md5: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7da4d67b7149359a00ed137f81752074339d93ab;p=pspp 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. --- diff --git a/ChangeLog b/ChangeLog index c323c8440c..67fd8d7b37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. diff --git a/m4/md5.m4 b/m4/md5.m4 index ce7671d6ce..4b41a85b35 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 7e529e7593..8cad978273 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"