mirror of
https://https.git.savannah.gnu.org/git/m4.git
synced 2026-01-28 18:34:55 +00:00
6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
changequote([[,]])dnl
|
|
define([[quoteall]], [[patsubst([[[[$*]]]], [[,[ ]+]], [[,]])]])dnl
|
|
define([[group]], quoteall(include([[/etc/group]])))dnl
|
|
dnl
|
|
group()dnl
|