1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/xgetcwd
Bruno Haible b344de996c xgetcwd: Move AC_LIBOBJ invocations to module description.
* m4/xgetcwd.m4 (gl_XGETCWD): Remove AC_LIBOBJ invocation.
* modules/xgetcwd (Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:43 +02:00

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