Mercurial > hg > octave-kai > gnulib-hg
annotate m4/gc-rijndael.m4 @ 15272:d12c6feef598
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>.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 17 Jun 2011 00:56:44 +0200 |
parents | 97fc9a21a8fb |
children | 8250f2777afc |
rev | line source |
---|---|
15272
d12c6feef598
crypto/gc-rijndael: Fix recent regression.
Bruno Haible <bruno@clisp.org>
parents:
14079
diff
changeset
|
1 # gc-rijndael.m4 serial 3 |
14079
97fc9a21a8fb
maint: update almost all copyright ranges to include 2011
Jim Meyering <meyering@redhat.com>
parents:
12559
diff
changeset
|
2 dnl Copyright (C) 2005, 2007, 2009-2011 Free Software Foundation, Inc. |
6399
ca60471103cc
Add gc-rijndael and gc-rijndael-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
3 dnl This file is free software; the Free Software Foundation |
ca60471103cc
Add gc-rijndael and gc-rijndael-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
4 dnl gives unlimited permission to copy and/or distribute it, |
ca60471103cc
Add gc-rijndael and gc-rijndael-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
5 dnl with or without modifications, as long as this notice is preserved. |
ca60471103cc
Add gc-rijndael and gc-rijndael-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
6 |
ca60471103cc
Add gc-rijndael and gc-rijndael-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
7 AC_DEFUN([gl_GC_RIJNDAEL], |
ca60471103cc
Add gc-rijndael and gc-rijndael-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
8 [ |
ca60471103cc
Add gc-rijndael and gc-rijndael-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
9 AC_REQUIRE([gl_GC]) |
ca60471103cc
Add gc-rijndael and gc-rijndael-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
10 ]) |