doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / save-cwd
index 2b0667b..876826b 100644 (file)
@@ -7,15 +7,24 @@ lib/save-cwd.c
 m4/save-cwd.m4
 
 Depends-on:
+chdir-long
+cloexec
+getcwd-lgpl
+fchdir
+stdbool
+unistd-safer
 
 configure.ac:
 gl_SAVE_CWD
 
 Makefile.am:
-lib_SOURCES += save-cwd.h save-cwd.c
+lib_SOURCES += save-cwd.c
 
 Include:
 "save-cwd.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering