Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git] / modules / savewd
blob198596ef678c6c90f9cc241a84b8496a39f78be4
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 attribute
12 chdir
13 errno
14 extern-inline
15 fchdir
16 fcntl-safer
17 fcntl-h
18 filename
19 raise
20 stdbool
21 stdlib
22 sys_wait
23 xalloc
25 configure.ac:
26 gl_SAVEWD
28 Makefile.am:
29 lib_SOURCES += savewd.h savewd.c
31 Include:
32 "savewd.h"
34 License:
35 GPL
37 Maintainer:
38 Paul Eggert, Jim Meyering