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