Mercurial > hg > octave-shane > gnulib-hg
changeset 5027:0283c5c6bf74
(gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
Don't emit trailing blanks.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Tue, 20 Apr 2004 08:42:50 +0000 |
parents | 89b909b9feb3 |
children | 483b7031ce08 |
files | m4/dirfd.m4 |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 ])