mirror of https://github.com/MidnightCommander/mc
* configure.in: Don't check for getwd, it's completely
eliminated. * INSTALL: Remove reference to HAVE_GETWD.
This commit is contained in:
parent
6f8e77f1fb
commit
afe79160ef
|
@ -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.
|
||||
|
||||
|
|
2
INSTALL
2
INSTALL
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue