From Derek Price:
[gnulib.git] / modules / xgetcwd
index 7d067f4..2fbc90f 100644 (file)
@@ -1,14 +1,14 @@
 Description:
+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
 
 configure.ac:
 gl_XGETCWD
@@ -19,3 +19,8 @@ lib_SOURCES += xgetcwd.h xgetcwd.c
 Include:
 "xgetcwd.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering