annotate m4/gc-rijndael.m4 @ 16201:8250f2777afc

maint: update all copyright year number ranges Run "make update-copyright".
author Jim Meyering <meyering@redhat.com>
date Sun, 01 Jan 2012 10:04:58 +0100
parents d12c6feef598
children e542fd46ad6f
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
16201
8250f2777afc maint: update all copyright year number ranges
Jim Meyering <meyering@redhat.com>
parents: 15272
diff changeset
2 dnl Copyright (C) 2005, 2007, 2009-2012 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 ])