annotate m4/gc-rijndael.m4 @ 40057:b06060465f09

maint: Run 'make update-copyright'
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 01 Jan 2019 00:25:11 +0100
parents 10eb9086bea0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
40057
b06060465f09 maint: Run 'make update-copyright'
Paul Eggert <eggert@cs.ucla.edu>
parents: 19484
diff changeset
2 dnl Copyright (C) 2005, 2007, 2009-2019 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 ])