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

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

index fe0faf11ff60bb04c2b204bc99476be795edcc84..bfa668bdfd7d54ce9dcd36254e8baf2f9c5a3e86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       crypto/des: Move AC_LIBOBJ invocations to module description.
+       * m4/des.m4: Remove file.
+       * modules/crypto/des (Files): Remove it.
+       (configure.ac): Remove gl_DES call.
+       (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        cycle-check: Move AC_LIBOBJ invocations to module description.
diff --git a/m4/des.m4 b/m4/des.m4
deleted file mode 100644 (file)
index 58243fe..0000000
--- a/m4/des.m4
+++ /dev/null
@@ -1,10 +0,0 @@
-# des.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_DES],
-[
-  AC_LIBOBJ([des])
-])
index db533d01b918587502c35ea2c5b44ac3745fc6f0..4147cbddc7754c5e99488440b1eef5caaa7d0d70 100644 (file)
@@ -4,7 +4,6 @@ DES block cipher.
 Files:
 lib/des.c
 lib/des.h
-m4/des.m4
 
 Depends-on:
 stdint
@@ -12,9 +11,9 @@ stdbool
 memcmp
 
 configure.ac:
-gl_DES
 
 Makefile.am:
+lib_SOURCES += des.c
 
 Include:
 "des.h"