X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffile-type.m4;h=2d0a1d8fe3875631328cb8b2e28e06cc4da6d8cd;hb=b3338b6328b7abb86cc2ba8882074ea22d195e98;hp=7d1830965b91ff7954bd36ae1fd3fbc3e7b40ce6;hpb=8b03458ebe93a6e1c86c3a468aa3f2eee01e3c4c;p=gnulib.git diff --git a/m4/file-type.m4 b/m4/file-type.m4 index 7d1830965..2d0a1d8fe 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 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]) ])