X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fdirfd.m4;h=db2a9a0eda6a7533c91fe6006c071238457a6e0c;hb=523067dbfb281d3cc27f65007a3893bd694c257d;hp=5e51ed2bf75e9701927aa165b96a5c09e549c33e;hpb=44d7c1c1f004fa9bfb8ec3948de2671a7958cf5b;p=gnulib.git diff --git a/m4/dirfd.m4 b/m4/dirfd.m4 index 5e51ed2bf..db2a9a0ed 100644 --- a/m4/dirfd.m4 +++ b/m4/dirfd.m4 @@ -1,8 +1,8 @@ -#serial 9 +#serial 10 dnl Find out how to get the file descriptor associated with an open DIR*. -# Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -11,6 +11,8 @@ dnl From Jim Meyering AC_DEFUN([gl_FUNC_DIRFD], [ + AC_LIBSOURCES([dirfd.c, dirfd.h]) + dnl Work around a bug of AC_EGREP_CPP in autoconf-2.57. AC_REQUIRE([AC_PROG_CPP]) AC_REQUIRE([AC_PROG_EGREP])