mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / save-cwd
index 0412259cce5abf53ff15f154d8ba196a71d48a11..974b5962c1bbf0b7f3b18875f9890149c4a7ebda 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Save and restore the current working directory.
 
 Files:
 lib/save-cwd.h
@@ -6,14 +7,23 @@ lib/save-cwd.c
 m4/save-cwd.m4
 
 Depends-on:
-error
+chdir-long
+cloexec
+getcwd-lgpl
+fchdir
+stdbool
+unistd-safer
 
 configure.ac:
 gl_SAVE_CWD
 
 Makefile.am:
-lib_SOURCES += save-cwd.h save-cwd.c
 
 Include:
 "save-cwd.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering