repo.or.cz
/
m4.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* doc/m4.texinfo: Use begin-quote, end-quote, begin-comment, and
[m4.git]
/
examples
/
file.m4
blob
e7db5f13cf7a0523989ba871cbff5c4e6ec1c055
1
changequote([[,]])dnl
2
define([[quoteall]], [[patsubst([[[[$*]]]], [[,[ ]+]], [[,]])]])dnl
3
define([[group]], quoteall(include([[/etc/group]])))dnl
4
dnl
5
group()dnl