mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/xgetcwd.m4 (gl_XGETCWD): Remove AC_LIBOBJ invocation. * modules/xgetcwd (Makefile.am): Augment lib_SOURCES.
28 lines
289 B
Plaintext
28 lines
289 B
Plaintext
Description:
|
|
Return the current working directory, without size limitations.
|
|
|
|
Files:
|
|
lib/xgetcwd.h
|
|
lib/xgetcwd.c
|
|
m4/xgetcwd.m4
|
|
|
|
Depends-on:
|
|
getcwd
|
|
xalloc
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_XGETCWD
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xgetcwd.c
|
|
|
|
Include:
|
|
"xgetcwd.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|