From: Bruno Haible Date: Mon, 23 May 2011 20:51:09 +0000 (+0200) Subject: crc: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66b7c686fa3df7e6546b2a2dcd918f524fd4af57;p=pspp 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 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"