From bb4112b4075b82009f307367756c9689d8772592 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 14 Jan 2007 17:15:49 +0100 Subject: Enable use of gnulib's new fchdir module. * bootstrap.conf (avoided_gnulib_modules): Avoid canonicalize-lgpl, since we use canonicalize. (gnulib_modules): Add fchdir. * m4/jm-macros.m4 (coreutils_MACROS): Remove fchdir-stub. --- m4/jm-macros.m4 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'm4/jm-macros.m4') diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index fe9970b50..2595542f9 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -109,10 +109,6 @@ AC_DEFUN([coreutils_MACROS], if test $gl_cv_list_mounted_fs = yes && test $gl_cv_fs_space = yes; then DF_PROG='df$(EXEEXT)' fi - - # If any of these functions don't exist (e.g. DJGPP 2.03), - # use the corresponding stub. - AC_CHECK_FUNC([fchdir], , [AC_LIBOBJ(fchdir-stub)]) ]) AC_DEFUN([gl_CHECK_ALL_HEADERS], -- cgit v1.2.3-54-g00ecf