From 66b7c686fa3df7e6546b2a2dcd918f524fd4af57 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 23 May 2011 22:51:09 +0200 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ m4/crc.m4 | 10 ---------- modules/crc | 3 +-- 3 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 m4/crc.m4 diff --git a/ChangeLog b/ChangeLog index a3c87d072f..f3c42d3daa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-05-23 Bruno Haible + + 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 close-stream: Move AC_LIBOBJ invocations to module description. diff --git a/m4/crc.m4 b/m4/crc.m4 deleted file mode 100644 index 989903a575..0000000000 --- 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]) -]) diff --git a/modules/crc b/modules/crc index d2dccbb1ae..bd7fe29dba 100644 --- a/modules/crc +++ b/modules/crc @@ -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" -- 2.30.2