summaryrefslogtreecommitdiffstats
path: root/conf/gen_commands.m4
blob: cba10b40b9dc1f5f42715de4ca8d8c72af36caff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
m4_divert(-1)m4_dnl
#
#	BIRD -- Generator of CLI Command List
#
#	(c) 2000 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
#
#	Can be freely distributed and used under the terms of the GNU GPL.
#

m4_define(CF_CLI, `CF_CLI_HELP($1, $3, $4)')

m4_define(CF_CLI_HELP, `m4_divert(0){ "m4_translit($1,A-Z,a-z)", "$2", "$3" },
m4_divert(-1)')

# As we are processing C source, we must access all M4 primitives via
# m4_* and also set different quoting convention: `[[' and ']]'
m4_changequote([[,]])