ansi-c++-opt: Provide option --enable-c++/--disable-c++ when possible.
[gnulib.git] / modules / getcwd
index 2fa5e8d..c1544f5 100644 (file)
@@ -3,22 +3,33 @@ Return the current working directory.
 
 Files:
 lib/getcwd.c
+m4/getcwd-abort-bug.m4
 m4/getcwd-path-max.m4
+m4/getcwd.m4
 
 Depends-on:
-pathmax
-same
+mempcpy
+d-ino
+dirfd
+extensions
+memmove
+openat
+stdbool
+unistd
+malloc-posix
+strdup-posix
 
 configure.ac:
-GL_FUNC_GETCWD_PATH_MAX
+gl_FUNC_GETCWD
+gl_UNISTD_MODULE_INDICATOR([getcwd])
 
 Makefile.am:
 
 Include:
+<unistd.h>
 
 License:
 GPL
 
 Maintainer:
-Jim Meyering
-
+all, glibc