even better 'silencer'
[k8jam.git] / Jamrules.configure
blobfad617412954dc1f0b1c79d56b898a1cc2f787b0
1 rule -configure-options-help- {
2   Echo "jam configure supports:" ;
3   Echo "  --prefix=dir    [/usr/local]" ;
4   Echo "  --install-docs  install documentation" ;
5   Echo "  --install-beer  install 99 bottles of beer sample" ;
6   Exit "" ;
10 rule -configure-options-install-docs- {
11   -configure-add-line- "INSTALL_DOCS ?= tan ;" ;
15 rule -configure-options-install-beer- {
16   -configure-add-line- "INSTALL_BEER ?= tan ;" ;
20 rule -configure- {
24 configure ;