X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Ffile-type.m4;h=d90cae231b61c0fac9d9e0535e5619bc8915665d;hb=1138b90e8056cdc1d170ed6661223c6e3ec1dab4;hp=34a94408cecf2ec693af492f34daccaa266a529b;hpb=53b8fa05726a7fb30010e42ce02e44a35f0d7489;p=gnulib.git diff --git a/m4/file-type.m4 b/m4/file-type.m4 index 34a94408c..d90cae231 100644 --- a/m4/file-type.m4 +++ b/m4/file-type.m4 @@ -1,13 +1,10 @@ -# file-type.m4 serial 1 -dnl Copyright (C) 2002 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. +# 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]) ])