mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-30 22:20:50 +00:00
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@633 b9cfdab3-6d41-4d17-bbe4-086880011989
4 lines
178 B
Plaintext
4 lines
178 B
Plaintext
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
|