Doc update.
[pspp] / modules / xgetcwd
index f552136c5d3563159d75a80db88e008dc70b58cd..21cef522cfc8b650026c0ab68aea22c47b44544b 100644 (file)
@@ -4,22 +4,24 @@ Return the current working directory, without size limitations.
 Files:
 lib/xgetcwd.h
 lib/xgetcwd.c
-m4/getcwd.m4
 m4/xgetcwd.m4
 
 Depends-on:
+getcwd
 xalloc
-pathmax
+stdbool
 
 configure.ac:
 gl_XGETCWD
 
 Makefile.am:
-lib_SOURCES += xgetcwd.h xgetcwd.c
+lib_SOURCES += xgetcwd.c
 
 Include:
 "xgetcwd.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
-