mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
9d5dc512b8
* modules/canonicalize (Files): Remove m4/double-slash-root.m4. (Depends-on): Add double-slash-root. * modules/canonicalize-lgpl (Depends-on): Add double-slash-root. * modules/dirname-lgpl (Depends-on): Add double-slash-root.
29 lines
336 B
Plaintext
29 lines
336 B
Plaintext
Description:
|
|
Extract specific portions of filenames.
|
|
|
|
Files:
|
|
lib/dirname.h
|
|
lib/dirname-lgpl.c
|
|
lib/stripslash.c
|
|
|
|
Depends-on:
|
|
basename-lgpl
|
|
double-slash-root
|
|
filename
|
|
malloc-posix
|
|
stdbool
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += dirname-lgpl.c stripslash.c
|
|
|
|
Include:
|
|
"dirname.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering, Eric Blake
|