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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74a13df40c6e89231aa9b9cfa2316e1262bef988;p=pspp 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 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"