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

ChangeLog
m4/crc.m4 [deleted file]
modules/crc

index a3c87d072f5a93a4dca48d5043f706cb401c261c..f3c42d3daa63c7f6e2c623c7834ec04c6c160a15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       crc: Move AC_LIBOBJ invocations to module description.
+       * m4/crc.m4: Remove file.
+       * modules/crc (Files): Remove it.
+       (configure.ac): Remove gl_CRC call.
+       (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        close-stream: Move AC_LIBOBJ invocations to module description.
diff --git a/m4/crc.m4 b/m4/crc.m4
deleted file mode 100644 (file)
index 989903a..0000000
--- a/m4/crc.m4
+++ /dev/null
@@ -1,10 +0,0 @@
-# crc.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_CRC],
-[
-  AC_LIBOBJ([crc])
-])
index d2dccbb1ae0e36724045487d99d791b744da330b..bd7fe29dbade1b04718b82b5be4d9712925d9a2b 100644 (file)
@@ -4,15 +4,14 @@ Compute cyclic redundancy codes.
 Files:
 lib/crc.h
 lib/crc.c
-m4/crc.m4
 
 Depends-on:
 stdint
 
 configure.ac:
-gl_CRC
 
 Makefile.am:
+lib_SOURCES += crc.c
 
 Include:
 "crc.h"