* configure.in: Don't check for getwd, it's completely

eliminated.
* INSTALL: Remove reference to HAVE_GETWD.
This commit is contained in:
Pavel Roskin 2001-07-20 03:41:50 +00:00
parent 6f8e77f1fb
commit afe79160ef
3 changed files with 5 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -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 \