* modules/crypto/gc-md4 (configure.ac): Invoke AC_LIBOBJ here.
* m4/md4.m4 (gl_MD4): Ensure the expansion is non-empty.
2011-06-16 Bruno Haible <bruno@clisp.org>
+ 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.
+
crypto/gc-arctwo: Fix recent regression.
* modules/crypto/gc-arctwo (configure.ac): Invoke AC_LIBOBJ here.
* m4/arctwo.m4 (gl_ARCTWO): Ensure the expansion is non-empty.
-# 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,
[
AC_REQUIRE([gl_BIGENDIAN])
AC_REQUIRE([AC_C_INLINE])
+ :
])
configure.ac:
gl_GC_MD4
+if test "$ac_cv_libgcrypt" != yes; then
+ AC_LIBOBJ([md4])
+fi
gl_MODULE_INDICATOR([gc-md4])
Makefile.am: