summaryrefslogtreecommitdiff
path: root/configure.py.template
blob: 337c51d3a4d62a40d7019f61c14f02afc27266ff (plain)
1
2
3
4
5
6
7
8
9
# This configure.py.template file is in the public domain.

from talerbuildconfig import *

b = BuildConfig()
b.enable_prefix()
b.enable_configmk()
b.add_tool(PosixTool("find"))
b.run()