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