From 74a13df40c6e89231aa9b9cfa2316e1262bef988 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 23 May 2011 22:59:12 +0200 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ m4/des.m4 | 10 ---------- modules/crypto/des | 3 +-- 3 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 m4/des.m4 diff --git a/ChangeLog b/ChangeLog index fe0faf11ff..bfa668bdfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-05-23 Bruno Haible + + 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 cycle-check: Move AC_LIBOBJ invocations to module description. diff --git a/m4/des.m4 b/m4/des.m4 deleted file mode 100644 index 58243fe350..0000000000 --- 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]) -]) diff --git a/modules/crypto/des b/modules/crypto/des index db533d01b9..4147cbddc7 100644 --- a/modules/crypto/des +++ b/modules/crypto/des @@ -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" -- 2.30.2