summaryrefslogtreecommitdiff
path: root/m4/path-concat.m4
AgeCommit message (Collapse)Author
2005-06-02Don't use "path" or "filename" to mean "file name".Paul Eggert
Hence, rename makepath.m4 to mkdir-p.m4, and rename path-concat.m4 to filenamecat.m4.
2005-01-29Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) filesJim Meyering
so that automake automatically knows to distribute those files. Use AC_LIBOBJ to ensure that automake automatically knows the names of always-compiled source files. Automake already knows the names of conditionally compiled ones, e.g., due to preexisting uses of AC_LIBOBJ and AC_REPLACE_FUNCS. [This is a start. Many still remain to be fixed...]
2005-01-23Use an all-permissive copyright notice, recommended by RMS.Paul Eggert
2004-07-04(gl_PATH_CONCAT): Don't require gl_AC_DOS, theJim Meyering
prerequisite modules now handle the DOS stuff. Don't check for unistd.h.
2004-04-13Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses.Jim Meyering
2003-09-12(gl_PATH_CONCAT): Don't check for standard CJim Meyering
headers, memory.h, stdlib.h, string.h, strings.h.
2003-08-17New file, from gnulib.Jim Meyering