From: Bruno Haible Date: Mon, 23 May 2011 20:59:12 +0000 (+0200) Subject: crypto/des: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2335 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=74a13df40c6e89231aa9b9cfa2316e1262bef988;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index fe0faf11f..bfa668bdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 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. * m4/cycle-check.m4 (gl_CYCLE_CHECK): Remove AC_LIBOBJ invocation. * modules/cycle-check (Makefile.am): Augment lib_SOURCES. diff --git a/m4/des.m4 b/m4/des.m4 deleted file mode 100644 index 58243fe35..000000000 --- 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 db533d01b..4147cbddc 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"