more fixes to set-profile
[k8jam.git] / Jamrules.configure
blob2198ac43e4e8e98cb9cd54c944f24741749e6d6b
1 PROJECT_NAME = k8jam ;
3 # "auto": check with pkg-config or so, show '--disable-xxx'
4 # "": disabled by default, show '--enable-xxx'
5 # non-empty string: enabled by default, show '--disable-xxx'
6 -configure-enable-disable-vars- +=
7   "unicode"  USE_UNICODE  ""  "allow utf-8 in regexps"
11 rule -configure-options-help- {
12   -configure-show-default-help- ;
13   Echo "install options:" ;
14   Echo "  --install-docs  install documentation" ;
15   Echo "  --install-beer  install 99 bottles of beer sample" ;
16   Exit ;
20 rule -configure-options-install-docs- {
21   -configure-add-line- "INSTALL_DOCS ?= tan ;" ;
25 rule -configure-options-install-beer- {
26   -configure-add-line- "INSTALL_BEER ?= tan ;" ;
30 rule -configure- {
31   -configure-add-line- "USE_UNICODE =" $(USE_UNICODE) ";" ;
35 configure ;