getcwd-lgpl: new module
[pspp] / modules / getcwd
index 0f3871201352682a5dbfa1f22c62f9a647ccd9c8..27ec25a4583382b942f23d7f8bafc3a29eb2362a 100644 (file)
@@ -2,25 +2,31 @@ Description:
 Return the current working directory.
 
 Files:
-lib/getcwd.h
 lib/getcwd.c
-m4/d-ino.m4
 m4/getcwd-abort-bug.m4
 m4/getcwd-path-max.m4
 m4/getcwd.m4
 
 Depends-on:
 mempcpy
+d-ino
 extensions
+memmove
+openat
 stdbool
+unistd
+malloc-posix
+strdup-posix
 
 configure.ac:
 gl_FUNC_GETCWD
+gl_MODULE_INDICATOR([getcwd])
+gl_UNISTD_MODULE_INDICATOR([getcwd])
 
 Makefile.am:
 
 Include:
-"getcwd.h"
+<unistd.h>
 
 License:
 GPL