changeset 15213:5d6fd11a6409

crypto/md2: Move AC_LIBOBJ invocations to module description. * m4/md2.m4: Remove file. * modules/crypto/md2 (Files): Remove it. (configure.ac): Remove gl_MD2 call. (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 May 2011 00:29:57 +0200
parents 97b2baeef1a5
children 85089b96ec6d
files ChangeLog m4/md2.m4 modules/crypto/md2
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/md2: Move AC_LIBOBJ invocations to module description.
+	* m4/md2.m4: Remove file.
+	* modules/crypto/md2 (Files): Remove it.
+	(configure.ac): Remove gl_MD2 call.
+	(Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
 	long-options: Move AC_LIBOBJ invocations to module description.
deleted file mode 100644
--- a/m4/md2.m4
+++ /dev/null
@@ -1,10 +0,0 @@
-# md2.m4 serial 2
-dnl Copyright (C) 2002-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_MD2],
-[
-  AC_LIBOBJ([md2])
-])
--- a/modules/crypto/md2
+++ b/modules/crypto/md2
@@ -4,15 +4,14 @@
 Files:
 lib/md2.h
 lib/md2.c
-m4/md2.m4
 
 Depends-on:
 minmax
 
 configure.ac:
-gl_MD2
 
 Makefile.am:
+lib_SOURCES += md2.c
 
 Include:
 "md2.h"