Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/filenamecat @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 |
parents | 84e95b30c2dc |
children |
rev | line source |
---|---|
5907 | 1 Description: |
2 Concatenate two arbitrary file names. | |
3 | |
4 Files: | |
5 lib/filenamecat.c | |
6 m4/filenamecat.m4 | |
7 | |
8 Depends-on: | |
12215
b1ff181f6269
filenamecat: split into filenamecat-lgpl
Eric Blake <ebb9@byu.net>
parents:
12213
diff
changeset
|
9 filenamecat-lgpl |
5907 | 10 xalloc |
11 | |
12 configure.ac: | |
13 gl_FILE_NAME_CONCAT | |
12215
b1ff181f6269
filenamecat: split into filenamecat-lgpl
Eric Blake <ebb9@byu.net>
parents:
12213
diff
changeset
|
14 gl_MODULE_INDICATOR([filenamecat]) |
5907 | 15 |
16 Makefile.am: | |
15198
84e95b30c2dc
filenamecat*: Respect rules for use of AC_LIBOBJ.
Bruno Haible <bruno@clisp.org>
parents:
14391
diff
changeset
|
17 lib_SOURCES += filenamecat.c |
5907 | 18 |
19 Include: | |
20 "filenamecat.h" | |
21 | |
22 License: | |
23 GPL | |
24 | |
25 Maintainer: | |
26 Jim Meyering |