config/tools/libelf.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Sep 13 18:38:06 2009 +0200 (2009-09-13)
changeset 1535 073d351bdcd3
parent 1534 d4ddf19a1968
child 1562 fdf936326ccd
permissions -rw-r--r--
scripts: add new version at top of choice

Add new versions at the top of the choice menu, not at the bottom.
yann@245
     1
# libelf config file
yann@245
     2
yann@916
     3
config TOOL_libelf
yann@245
     4
    help
yann@245
     5
      libelf lets you read, modify or create ELF files in an
yann@245
     6
      architecture-independent way.
yann@245
     7
yann@245
     8
choice
yann@245
     9
    bool
yann@245
    10
    prompt "libelf version"
yann@1535
    11
# Don't remove next line
yann@1535
    12
# CT_INSERT_VERSION_BELOW
yann@245
    13
yann@1534
    14
config LIBELF_V_0_8_11
yann@1534
    15
    bool
yann@1534
    16
    prompt "0.8.11"
yann@1534
    17
yann@369
    18
config LIBELF_V_0_8_10
yann@369
    19
    bool
yann@369
    20
    prompt "0.8.10"
yann@369
    21
yann@245
    22
endchoice
yann@245
    23
yann@245
    24
config LIBELF_VERSION
yann@245
    25
    string
yann@1535
    26
# Don't remove next line
yann@1535
    27
# CT_INSERT_VERSION_STRING_BELOW
yann@1534
    28
    default "0.8.11" if LIBELF_V_0_8_11
yann@369
    29
    default "0.8.10" if LIBELF_V_0_8_10