Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / savewd
bloba6c82672fb437f46ba2597ec4904591ae2c8bc5d
1 Description:
2 Save and restore the working directory, possibly using a child process.
4 Files:
5 lib/savewd.h
6 lib/savewd.c
7 m4/savewd.m4
9 Depends-on:
10 assure
11 chdir
12 dosname
13 errno
14 extern-inline
15 fchdir
16 fcntl-safer
17 fcntl-h
18 raise
19 stdbool
20 stdlib
21 sys_wait
22 xalloc
24 configure.ac:
25 gl_SAVEWD
27 Makefile.am:
28 lib_SOURCES += savewd.h savewd.c
30 Include:
31 "savewd.h"
33 License:
34 GPL
36 Maintainer:
37 Paul Eggert, Jim Meyering