# HG changeset patch # User Jim Meyering # Date 1082450570 0 # Node ID 0283c5c6bf74590d2e1bc5c8322a27955d9822c6 # Parent 89b909b9feb3bb0c033f1294f6387ef5ca722aa3 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD. Don't emit trailing blanks. diff --git a/m4/dirfd.m4 b/m4/dirfd.m4 --- a/m4/dirfd.m4 +++ b/m4/dirfd.m4 @@ -1,9 +1,9 @@ -#serial 6 +#serial 7 dnl Find out how to get the file descriptor associated with an open DIR*. dnl From Jim Meyering -AC_DEFUN([UTILS_FUNC_DIRFD], +AC_DEFUN([gl_FUNC_DIRFD], [ dnl Work around a bug of AC_EGREP_CPP in autoconf-2.57. AC_REQUIRE([AC_PROG_CPP]) @@ -76,7 +76,6 @@ #else # define DIR_TO_FD(Dir_p) -1 #endif -] - ) +]) fi ])