mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/filenamecat.m4 (gl_FILE_NAME_CONCAT, gl_FILE_NAME_CONCAT_LGPL): Remove AC_LIBOBJ invocation. * modules/filenamecat (Makefile.am): Augment lib_SOURCES. * modules/filenamecat-lgpl (Makefile.am): Augment lib_SOURCES.
26 lines
302 B
Plaintext
26 lines
302 B
Plaintext
Description:
|
|
Concatenate two arbitrary file names.
|
|
|
|
Files:
|
|
lib/filenamecat.h
|
|
lib/filenamecat-lgpl.c
|
|
m4/filenamecat.m4
|
|
|
|
Depends-on:
|
|
dirname-lgpl
|
|
|
|
configure.ac:
|
|
gl_FILE_NAME_CONCAT_LGPL
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += filenamecat-lgpl.c
|
|
|
|
Include:
|
|
"filenamecat.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|