Browse Source

* configure.in: Don't check for getwd, it's completely
eliminated.
* INSTALL: Remove reference to HAVE_GETWD.

Pavel Roskin 23 years ago
parent
commit
afe79160ef
3 changed files with 5 additions and 3 deletions
  1. 4 0
      ChangeLog
  2. 0 2
      INSTALL
  3. 1 1
      configure.in

+ 4 - 0
ChangeLog

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

+ 0 - 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
 
 
 

+ 1 - 1
configure.in

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