summaryrefslogtreecommitdiff
path: root/m4/dirfd.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-20 08:42:50 +0000
committerJim Meyering <jim@meyering.net>2004-04-20 08:42:50 +0000
commit58672fab018da193cb8fd4150df9427c3c7a1c94 (patch)
tree82db94c34a4959c4a008db51f091fd25c5117098 /m4/dirfd.m4
parent2e989ef3fe0a6a5e0128f29f6f73dc1de29348f6 (diff)
downloadgnulib-58672fab018da193cb8fd4150df9427c3c7a1c94.tar.gz
(gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
Don't emit trailing blanks.
Diffstat (limited to 'm4/dirfd.m4')
-rw-r--r--m4/dirfd.m47
1 files changed, 3 insertions, 4 deletions
diff --git a/m4/dirfd.m4 b/m4/dirfd.m4
index a13299f5ef..5f1a9a81b6 100644
--- 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 @@ AC_DEFUN([UTILS_FUNC_DIRFD],
#else
# define DIR_TO_FD(Dir_p) -1
#endif
-]
- )
+])
fi
])