X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffile-type.m4;h=f021aca56433401e6c2905a53c5ad055f4867d94;hb=4e48756921cae0aec44afad18bfaa881890e6142;hp=7d1830965b91ff7954bd36ae1fd3fbc3e7b40ce6;hpb=8b03458ebe93a6e1c86c3a468aa3f2eee01e3c4c;p=gnulib.git diff --git a/m4/file-type.m4 b/m4/file-type.m4 index 7d1830965..f021aca56 100644 --- a/m4/file-type.m4 +++ b/m4/file-type.m4 @@ -1,11 +1,10 @@ -# file-type.m4 serial 5 -dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc. +# file-type.m4 serial 6 +dnl Copyright (C) 2002, 2005-2006, 2009-2010 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_FILE_TYPE], [ - AC_LIBSOURCES([file-type.c, file-type.h]) AC_LIBOBJ([file-type]) ])