(gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
[pspp] / m4 / dirfd.m4
index a13299f5efd1e7c1ca46e22398bc398fd5e3061e..5f1a9a81b6ca92fc8c5feea9ed98c1718727f826 100644 (file)
@@ -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
 ])