From: Bruno Haible Date: Mon, 23 May 2011 22:04:14 +0000 (+0200) Subject: crypto/hmac-md5: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2319 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=12df879cdce1c5b85596ba9a21bcdeadcf8dbd65;p=gnulib.git crypto/hmac-md5: Move AC_LIBOBJ invocations to module description. * m4/hmac-md5.m4: Remove file. * modules/crypto/hmac-md5 (Files): Remove it. (configure.ac): Remove gl_HMAC_MD5 call. (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 5c0cfe0d6..e88db10f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2011-05-23 Bruno Haible + crypto/hmac-md5: Move AC_LIBOBJ invocations to module description. + * m4/hmac-md5.m4: Remove file. + * modules/crypto/hmac-md5 (Files): Remove it. + (configure.ac): Remove gl_HMAC_MD5 call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + hash: Move AC_LIBOBJ invocations to module description. * m4/hash.m4: Remove file. * modules/hash (Files): Remove it. diff --git a/m4/hmac-md5.m4 b/m4/hmac-md5.m4 deleted file mode 100644 index 2945555de..000000000 --- a/m4/hmac-md5.m4 +++ /dev/null @@ -1,10 +0,0 @@ -# hmac-md5.m4 serial 2 -dnl Copyright (C) 2005-2006, 2009-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. - -AC_DEFUN([gl_HMAC_MD5], -[ - AC_LIBOBJ([hmac-md5]) -]) diff --git a/modules/crypto/hmac-md5 b/modules/crypto/hmac-md5 index 6a3a674f6..68ca37565 100644 --- a/modules/crypto/hmac-md5 +++ b/modules/crypto/hmac-md5 @@ -4,16 +4,15 @@ Compute hashed message authentication codes with MD5. Files: lib/hmac.h lib/hmac-md5.c -m4/hmac-md5.m4 Depends-on: memxor crypto/md5 configure.ac: -gl_HMAC_MD5 Makefile.am: +lib_SOURCES += hmac-md5.c Include: "hmac.h"