X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fidcache.m4;h=d0ae832ea8ebbb192759f1f776576475278105b6;hb=4ef30f6cf2439380afe78dee027e322fcbf8e756;hp=834d1f19a5764675e9d1b8b05d1f4d895b4da782;hpb=53b8fa05726a7fb30010e42ce02e44a35f0d7489;p=gnulib.git diff --git a/m4/idcache.m4 b/m4/idcache.m4 index 834d1f19a..d0ae832ea 100644 --- a/m4/idcache.m4 +++ b/m4/idcache.m4 @@ -1,14 +1,14 @@ -# idcache.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. +# idcache.m4 serial 4 +dnl Copyright (C) 2002, 2003, 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_IDCACHE], [ + AC_LIBSOURCES([idcache.c]) + AC_LIBOBJ([idcache]) + dnl Prerequisites of lib/idcache.c. - AC_REQUIRE([AC_HEADER_STDC]) - AC_CHECK_HEADERS_ONCE(string.h unistd.h) + AC_CHECK_HEADERS_ONCE(unistd.h) ])