changeset 15191:95b653fc1a8a

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.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 May 2011 22:59:12 +0200
parents 7e79f275f979
children feefe0d50259
files ChangeLog m4/des.m4 modules/crypto/des
diffstat 3 files changed, 9 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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.
deleted file mode 100644
--- 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])
-])
--- a/modules/crypto/des
+++ b/modules/crypto/des
@@ -4,7 +4,6 @@
 Files:
 lib/des.c
 lib/des.h
-m4/des.m4
 
 Depends-on:
 stdint
@@ -12,9 +11,9 @@
 memcmp
 
 configure.ac:
-gl_DES
 
 Makefile.am:
+lib_SOURCES += des.c
 
 Include:
 "des.h"