@@ -1,5 +1,9 @@
2001-07-19 Pavel Roskin <proski@gnu.org>
+ * configure.in: Don't check for getwd, it's completely
+ eliminated.
+ * INSTALL: Remove reference to HAVE_GETWD.
+
* lib/mc.ext.in: Fix opening info pages on VFS. Modernize
entries for compressed cpio archives.
@@ -280,8 +280,6 @@ program like this:
export CC="cc -posix"
configure --without-subshell --with-termcap
-Edie config.h and make sure you have #undef HAVE_GETWD
-make
@@ -110,7 +110,7 @@ dnl
dnl Check availability of some functions
dnl
-AC_CHECK_FUNCS([strerror statfs getwd strcasecmp strncasecmp strcoll strftime \
+AC_CHECK_FUNCS([strerror statfs strcasecmp strncasecmp strcoll strftime \
strdup memmove pwdauth truncate initgroups putenv \
memset memcpy tcsetattr tcgetattr cfgetospeed \
sigaction sigemptyset sigprocmask sigaddset \