Skip to content

Commit

Permalink
* configure.in: Don't check for getwd, it's completely
Browse files Browse the repository at this point in the history
eliminated.
* INSTALL: Remove reference to HAVE_GETWD.
  • Loading branch information
Pavel Roskin committed Jul 20, 2001
1 parent 6f8e77f commit afe7916
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2001-07-19 Pavel Roskin <[email protected]>

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

Expand Down
2 changes: 0 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit afe7916

Please sign in to comment.