* modules/crypto/gc-rijndael (Files): Remove m4/rijndael.m4.
(configure.ac): Invoke AC_LIBOBJ here.
* m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Don't invoke gl_RIJNDAEL.
Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2011-06-16 Bruno Haible <bruno@clisp.org>
+ crypto/gc-rijndael: Fix recent regression.
+ * modules/crypto/gc-rijndael (Files): Remove m4/rijndael.m4.
+ (configure.ac): Invoke AC_LIBOBJ here.
+ * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Don't invoke gl_RIJNDAEL.
+ Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
crypto/gc-hmac-sha1: Fix recent regression.
* modules/crypto/gc-hmac-sha1 (Files): Remove m4/hmac-sha1.m4.
(configure.ac): Invoke AC_LIBOBJ here.
-# gc-rijndael.m4 serial 2
+# gc-rijndael.m4 serial 3
dnl Copyright (C) 2005, 2007, 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_GC_RIJNDAEL],
[
AC_REQUIRE([gl_GC])
- if test "$ac_cv_libgcrypt" != yes; then
- gl_RIJNDAEL
- fi
])
lib/rijndael-alg-fst.h
lib/rijndael-api-fst.c
lib/rijndael-api-fst.h
-m4/rijndael.m4
Depends-on:
stdint
configure.ac:
gl_GC_RIJNDAEL
+if test "$ac_cv_libgcrypt" != yes; then
+ AC_LIBOBJ([rijndael-alg-fst])
+ AC_LIBOBJ([rijndael-api-fst])
+fi
gl_MODULE_INDICATOR([gc-rijndael])
Makefile.am: