X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffile-type.m4;h=7d1830965b91ff7954bd36ae1fd3fbc3e7b40ce6;hb=e3ad62845a3b14a8a6aac9e966cdf0642e9294fe;hp=34a94408cecf2ec693af492f34daccaa266a529b;hpb=53b8fa05726a7fb30010e42ce02e44a35f0d7489;p=gnulib.git diff --git a/m4/file-type.m4 b/m4/file-type.m4 index 34a94408c..7d1830965 100644 --- a/m4/file-type.m4 +++ b/m4/file-type.m4 @@ -1,13 +1,11 @@ -# 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 5 +dnl Copyright (C) 2002, 2005 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_LIBSOURCES([file-type.c, file-type.h]) + AC_LIBOBJ([file-type]) ])