1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/dirname-lgpl
Bruno Haible 61062b5599 dirname*: Respect rules for use of AC_LIBOBJ.
* m4/dirname.m4 (gl_DIRNAME, gl_DIRNAME_LGPL): Remove AC_LIBOBJ
invocations.
* modules/dirname (Makefile.am): Augment lib_SOURCES.
* modules/dirname-lgpl (Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:22 +02:00

31 lines
387 B
Plaintext

Description:
Extract specific portions of filenames.
Files:
lib/dirname.h
lib/dirname-lgpl.c
lib/basename-lgpl.c
lib/stripslash.c
m4/dirname.m4
Depends-on:
dosname
double-slash-root
malloc-posix
stdbool
configure.ac:
gl_DIRNAME_LGPL
Makefile.am:
lib_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c
Include:
"dirname.h"
License:
LGPLv2+
Maintainer:
Jim Meyering, Eric Blake