getcwd-lgpl: new module
[pspp] / modules / getcwd
index d5b38a446966006eca4c5bee37de013ac7ac7b5d..27ec25a4583382b942f23d7f8bafc3a29eb2362a 100644 (file)
@@ -3,19 +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
+extensions
+memmove
+openat
+stdbool
+unistd
+malloc-posix
+strdup-posix
 
 configure.ac:
-GL_FUNC_GETCWD_PATH_MAX
+gl_FUNC_GETCWD
+gl_MODULE_INDICATOR([getcwd])
+gl_UNISTD_MODULE_INDICATOR([getcwd])
 
 Makefile.am:
 
 Include:
+<unistd.h>
 
-Maintainer:
-Jim Meyering
+License:
+GPL
 
+Maintainer:
+all, glibc