summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-src-autoconf-in
blob: 40634cbe257d561a9c24f0b547b58d62c62d1c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=@section@

config @PACKAGE@
	bool
	prompt "@package@"
	help
	  FIXME

if @PACKAGE@

config @PACKAGE@_TRUNK
	bool
	prompt "use trunk"
	help
	  Build trunk instead of latest release.

endif