config/tools/libelf.in
changeset 1811 35cf5e2f110a
parent 1810 e44f67656c5f
child 1812 9c3bfbb46b19
     1.1 --- a/config/tools/libelf.in	Wed Feb 17 23:50:49 2010 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,35 +0,0 @@
     1.4 -# libelf config file
     1.5 -
     1.6 -config TOOL_libelf
     1.7 -    help
     1.8 -      libelf lets you read, modify or create ELF files in an
     1.9 -      architecture-independent way.
    1.10 -
    1.11 -choice
    1.12 -    bool
    1.13 -    prompt "libelf version"
    1.14 -# Don't remove next line
    1.15 -# CT_INSERT_VERSION_BELOW
    1.16 -
    1.17 -config LIBELF_V_0_8_12
    1.18 -    bool
    1.19 -    prompt "0.8.12"
    1.20 -
    1.21 -config LIBELF_V_0_8_11
    1.22 -    bool
    1.23 -    prompt "0.8.11"
    1.24 -
    1.25 -config LIBELF_V_0_8_10
    1.26 -    bool
    1.27 -    prompt "0.8.10 (OBSOLETE)"
    1.28 -    depends on OBSOLETE
    1.29 -
    1.30 -endchoice
    1.31 -
    1.32 -config LIBELF_VERSION
    1.33 -    string
    1.34 -# Don't remove next line
    1.35 -# CT_INSERT_VERSION_STRING_BELOW
    1.36 -    default "0.8.12" if LIBELF_V_0_8_12
    1.37 -    default "0.8.11" if LIBELF_V_0_8_11
    1.38 -    default "0.8.10" if LIBELF_V_0_8_10