From: Bruno Haible Date: Mon, 23 May 2011 20:51:09 +0000 (+0200) Subject: crc: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2339 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=66b7c686fa3df7e6546b2a2dcd918f524fd4af57;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index a3c87d072..f3c42d3da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 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. * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove AC_LIBOBJ invocation. * modules/close-stream (Makefile.am): Augment lib_SOURCES. diff --git a/m4/crc.m4 b/m4/crc.m4 deleted file mode 100644 index 989903a57..000000000 --- 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 d2dccbb1a..bd7fe29db 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"