1Description:
2Save and restore the current working directory.
3
4Files:
5lib/save-cwd.h
6lib/save-cwd.c
7m4/save-cwd.m4
8
9Depends-on:
10chdir-long
11cloexec
12getcwd-lgpl
13fchdir
14stdbool
15unistd-safer
16
17configure.ac:
18gl_SAVE_CWD
19
20Makefile.am:
21lib_SOURCES += save-cwd.c
22
23Include:
24"save-cwd.h"
25
26License:
27GPL
28
29Maintainer:
30Jim Meyering
31