mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/save-cwd.m4 (gl_SAVE_CWD): Remove AC_LIBOBJ invocation. * modules/save-cwd (Makefile.am): Augment lib_SOURCES.
31 lines
316 B
Plaintext
31 lines
316 B
Plaintext
Description:
|
|
Save and restore the current working directory.
|
|
|
|
Files:
|
|
lib/save-cwd.h
|
|
lib/save-cwd.c
|
|
m4/save-cwd.m4
|
|
|
|
Depends-on:
|
|
chdir-long
|
|
cloexec
|
|
getcwd-lgpl
|
|
fchdir
|
|
stdbool
|
|
unistd-safer
|
|
|
|
configure.ac:
|
|
gl_SAVE_CWD
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += save-cwd.c
|
|
|
|
Include:
|
|
"save-cwd.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|