1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

(gl_MACROS): Require gl_FUNC_CHDIR.

This commit is contained in:
Jim Meyering
2004-11-28 20:54:54 +00:00
parent a67e741070
commit 72dcf681bc
+1
View File
@@ -177,6 +177,7 @@ AC_DEFUN([gl_MACROS],
AC_CHECK_FUNC([fchdir], , [AC_LIBOBJ(fchdir-stub)])
AC_REQUIRE([gl_FUNC_FREE])
AC_REQUIRE([gl_FUNC_CHDIR])
])
# These tests must be run before any use of AC_CHECK_TYPE,