summaryrefslogtreecommitdiff
path: root/m4/md5.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-24 00:34:00 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:30 +0200
commit7da4d67b7149359a00ed137f81752074339d93ab (patch)
treeec55a024b9b0abb1c5e271c8432ab0e5ef4a59f2 /m4/md5.m4
parentb5b37f450c1d325457a2496d8c714c69b4f907bd (diff)
downloadgnulib-7da4d67b7149359a00ed137f81752074339d93ab.tar.gz
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.
Diffstat (limited to 'm4/md5.m4')
-rw-r--r--m4/md5.m44
1 files changed, 1 insertions, 3 deletions
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])