crypto/md2: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 22:29:57 +0000 (00:29 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:29 +0000 (00:07 +0200)
* m4/md2.m4: Remove file.
* modules/crypto/md2 (Files): Remove it.
(configure.ac): Remove gl_MD2 call.
(Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/md2.m4 [deleted file]
modules/crypto/md2

index 45c9eaa6cc7c1cd21e970e15ba88624fa56b9351..906aa6d914c3a9ab36048ab85066c6c60c9d75c6 100644 (file)
--- 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.
diff --git a/m4/md2.m4 b/m4/md2.m4
deleted file mode 100644 (file)
index 0e95099..0000000
--- 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])
-])
index 322e94eb9a11938b83a6d482fc71e2f3414cfdfd..0cc8499c1e78ef018070829b76729e7159a6fa50 100644 (file)
@@ -4,15 +4,14 @@ Compute MD2 checksum.
 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"