forked from pyrite-dev/milsko
replace wtih new build system
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@615 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
bfdb585dcf
commit
ca054c70dd
24 changed files with 218 additions and 250 deletions
3
m4/util/comma.m4
Normal file
3
m4/util/comma.m4
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
dnl $Id$
|
||||
define([space_to_comma],[_space_to_comma(patsubst([$*],[ ],[,]))])dnl
|
||||
define([_space_to_comma],[ifelse([$#],[0],[],[$#],[1],[$1],[$1[,]_space_to_comma(shift($@))])])dnl
|
||||
Loading…
Add table
Add a link
Reference in a new issue