* modules/savewd (Depends-on): Add fcntl_h to avoid self-test
[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 fcntl_h
14 raise
15 stdbool
16 xalloc
17
18 configure.ac:
19 gl_SAVEWD
20
21 Makefile.am:
22 lib_SOURCES += savewd.h savewd.c
23
24 Include:
25 "savewd.h"
26
27 License:
28 GPL
29
30 Maintainer:
31 Paul Eggert, Jim Meyering