X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fcrc.m4;h=757fad7578dbba2343c0481b52a11852ab1ca33e;hb=4e4242fe07c85af94d99cc30e981cf8b050f95a1;hp=84441e06b4bb3f8ff3603061a1e01167559af8df;hpb=563da0755fefb7a98f8a4ee4e4de6c8c2b559905;p=gnulib.git diff --git a/m4/crc.m4 b/m4/crc.m4 index 84441e06b..757fad757 100644 --- a/m4/crc.m4 +++ b/m4/crc.m4 @@ -1,11 +1,10 @@ -# crc.m4 serial 1 -dnl Copyright (C) 2005 Free Software Foundation, Inc. +# crc.m4 serial 2 +dnl Copyright (C) 2005, 2006 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_LIBSOURCES([crc.h, crc.c]) AC_LIBOBJ([crc]) ])