X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fcrc.m4;h=989903a575b89cc1e409ab143649669c09530b55;hb=90309e44d6aa0e8403b68d57998d6fd8dedd18e1;hp=84441e06b4bb3f8ff3603061a1e01167559af8df;hpb=563da0755fefb7a98f8a4ee4e4de6c8c2b559905;p=gnulib.git diff --git a/m4/crc.m4 b/m4/crc.m4 index 84441e06b..989903a57 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, 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_LIBSOURCES([crc.h, crc.c]) AC_LIBOBJ([crc]) ])