9a7b8c72cfb75072a975161cc0f63e4784fee6de
[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 chdir
11 dosname
12 errno
13 fchdir
14 fcntl-safer
15 fcntl-h
16 raise
17 stdbool
18 stdlib
19 xalloc
20
21 configure.ac:
22 gl_SAVEWD
23
24 Makefile.am:
25 lib_SOURCES += savewd.h savewd.c
26
27 Include:
28 "savewd.h"
29
30 License:
31 GPL
32
33 Maintainer:
34 Paul Eggert, Jim Meyering