* 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>
+
+ 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.
+++ /dev/null
-# 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])
-])
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"