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.
29 lines
330 B
Plaintext
29 lines
330 B
Plaintext
Description:
|
|
Extract specific portions of filenames.
|
|
|
|
Files:
|
|
lib/dirname.c
|
|
lib/basename.c
|
|
lib/stripslash.c
|
|
|
|
Depends-on:
|
|
dirname-lgpl
|
|
xalloc
|
|
xstrndup
|
|
|
|
configure.ac:
|
|
gl_DIRNAME
|
|
gl_MODULE_INDICATOR([dirname])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += dirname.c basename.c
|
|
|
|
Include:
|
|
"dirname.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, Eric Blake
|