summaryrefslogtreecommitdiff
path: root/m4/md4.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-17 01:02:39 +0200
committerBruno Haible <bruno@clisp.org>2011-06-17 01:11:46 +0200
commitd6e1452c5a334098096bf2c8d6e272e38cba5202 (patch)
treecf4c31040679c5cbd369f30920a4c546317a200d /m4/md4.m4
parent0b3b74d5643737f6e78f93a40f34462baee64131 (diff)
downloadgnulib-d6e1452c5a334098096bf2c8d6e272e38cba5202.tar.gz
crypto/gc-md4: Fix recent regression.
* modules/crypto/gc-md4 (configure.ac): Invoke AC_LIBOBJ here. * m4/md4.m4 (gl_MD4): Ensure the expansion is non-empty.
Diffstat (limited to 'm4/md4.m4')
-rw-r--r--m4/md4.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/md4.m4 b/m4/md4.m4
index 76e3a5cb94..5dde186b76 100644
--- a/m4/md4.m4
+++ b/m4/md4.m4
@@ -1,4 +1,4 @@
-# md4.m4 serial 5
+# md4.m4 serial 6
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,
@@ -9,4 +9,5 @@ AC_DEFUN([gl_MD4],
[
AC_REQUIRE([gl_BIGENDIAN])
AC_REQUIRE([AC_C_INLINE])
+ :
])