X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffile-type.m4;h=d90cae231b61c0fac9d9e0535e5619bc8915665d;hb=cca883f60cf5e624b7752fa837548965512e2861;hp=facbb4fd408c7e9bc99bcc0122c8e34db7d42a66;hpb=44d7c1c1f004fa9bfb8ec3948de2671a7958cf5b;p=gnulib.git diff --git a/m4/file-type.m4 b/m4/file-type.m4 index facbb4fd4..d90cae231 100644 --- a/m4/file-type.m4 +++ b/m4/file-type.m4 @@ -1,11 +1,10 @@ -# file-type.m4 serial 2 -dnl Copyright (C) 2002 Free Software Foundation, Inc. +# file-type.m4 serial 6 +dnl Copyright (C) 2002, 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_FILE_TYPE], [ - dnl Prerequisites of lib/file-type.h. - AC_REQUIRE([AC_HEADER_STAT]) + AC_LIBOBJ([file-type]) ])