config/companion_libs/mpc.in
author Richard Strand <richard.strand@icomera.com>
Tue Jan 12 21:09:30 2010 +0100 (2010-01-12)
changeset 1727 5f222264bb54
parent 1615 50b25816f5bb
child 1783 dabf9572e240
permissions -rw-r--r--
companion_tools/autoconf: add autoconf tool

Initial version of adding autoconf as a companion tool.

Signed-off-by: Richard Strand <richard.strand@icomera.com>
[yann.morin.1998@anciens.enib.fr: use generic overide tools dir]
[yann.morin.1998@anciens.enib.fr: update menu entries]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 # MPC options
     2 
     3 choice
     4     bool
     5     prompt "MPC version"
     6 # Don't remove next line
     7 # CT_INSERT_VERSION_BELOW
     8 
     9 config MPC_V_0_8_1
    10     bool
    11     prompt "0.8.1 (EXPERIMENTAL)"
    12     depends on EXPERIMENTAL
    13 
    14 config MPC_V_0_7
    15     bool
    16     prompt "0.7"
    17 
    18 config MPC_V_0_6
    19     bool
    20     prompt "0.6 (OBSOLETE)"
    21     depends on OBSOLETE
    22 
    23 endchoice
    24 
    25 config MPC_VERSION
    26     string
    27 # Don't remove next line
    28 # CT_INSERT_VERSION_STRING_BELOW
    29     default "0.8.1" if MPC_V_0_8_1
    30     default "0.7" if MPC_V_0_7
    31     default "0.6" if MPC_V_0_6