repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git]
/
modules
/
savewd
blob
198596ef678c6c90f9cc241a84b8496a39f78be4
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
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
24
25
configure.ac:
26
gl_SAVEWD
27
28
Makefile.am:
29
lib_SOURCES += savewd.h savewd.c
30
31
Include:
32
"savewd.h"
33
34
License:
35
GPL
36
37
Maintainer:
38
Paul Eggert, Jim Meyering