mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
31 lines
387 B
Plaintext
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
|