summaryrefslogtreecommitdiff
path: root/config/companion_tools/libtool.in
blob: 5c14fa06c76758deb9d40cf8dbcdcd3e555caf54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Libtool

## default y if !CONFIGURE_has_libtool_2_4_or_newer
## default y if !CONFIGURE_has_libtoolize_2_4_or_newer
## help Libtool

choice
    bool
    prompt "Libtool version"
# Don't remove next line
# CT_INSERT_VERSION_BELOW

config LIBTOOL_V_2_4_6
    bool
    prompt "2.4.6"

endchoice

config LIBTOOL_VERSION
    string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
    default "2.4.6" if LIBTOOL_V_2_4_6