crypto/rijndael: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 23:23:28 +0000 (01:23 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:35 +0000 (00:07 +0200)
* m4/rijndael.m4: Remove file.
* modules/crypto/rijndael (Files): Remove it.
(configure.ac): Remove gl_RIJNDAEL call.
(Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/rijndael.m4 [deleted file]
modules/crypto/rijndael

index 3d3c0d9..b6370c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       crypto/rijndael: Move AC_LIBOBJ invocations to module description.
+       * m4/rijndael.m4: Remove file.
+       * modules/crypto/rijndael (Files): Remove it.
+       (configure.ac): Remove gl_RIJNDAEL call.
+       (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
        readtokens: Move AC_LIBOBJ invocations to module description.
        * m4/readtokens.m4 (gl_READTOKENS): Remove AC_LIBOBJ invocation.
        * modules/readtokens (Makefile.am): Augment lib_SOURCES.
diff --git a/m4/rijndael.m4 b/m4/rijndael.m4
deleted file mode 100644 (file)
index 66c3b42..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# rijndael.m4 serial 2
-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,
-dnl with or without modifications, as long as this notice is preserved.
-
-AC_DEFUN([gl_RIJNDAEL],
-[
-  AC_LIBOBJ([rijndael-alg-fst])
-  AC_LIBOBJ([rijndael-api-fst])
-])
index db9a6df..c5feae6 100644 (file)
@@ -6,15 +6,14 @@ lib/rijndael-alg-fst.c
 lib/rijndael-alg-fst.h
 lib/rijndael-api-fst.c
 lib/rijndael-api-fst.h
-m4/rijndael.m4
 
 Depends-on:
 stdint
 
 configure.ac:
-gl_RIJNDAEL
 
 Makefile.am:
+lib_SOURCES += rijndael-alg-fst.c rijndael-api-fst.c
 
 Include:
 "rijndael-alg-fst.h"