.
[gnulib.git] / modules / savewd
1 Description:
2 Save and restore the working directory, possibly using a child process.
3
4 Files:
5 lib/savewd.h
6 lib/savewd.c
7 m4/savewd.m4
8
9 Depends-on:
10 dirname
11 exit
12 fcntl-safer
13 stdbool
14 xalloc
15
16 configure.ac:
17 gl_SAVEWD
18
19 Makefile.am:
20 lib_SOURCES += savewd.h savewd.c
21
22 Include:
23 "savewd.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Paul Eggert, Jim Meyering