summaryrefslogtreecommitdiff
path: root/config/configure.in.in
blob: 49fdb2e53604cd7541bb4ad221da8f67ffe1ce69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Default values as found by ./configure

config CONFIGURE_has_static_link
    @KCONFIG_static_link@

config CONFIGURE_has_lzip
    @KCONFIG_lzip@

config CONFIGURE_has_wget
    @KCONFIG_wget@

config CONFIGURE_has_curl
    @KCONFIG_curl@

config CONFIGURE_has_make_3_81_or_newer
    @KCONFIG_make_3_81_or_newer@

config CONFIGURE_has_libtool_2_4_or_newer
    @KCONFIG_libtool_2_4_or_newer@

config CONFIGURE_has_libtoolize_2_4_or_newer
    @KCONFIG_libtoolize_2_4_or_newer@

config CONFIGURE_has_autoconf_2_65_or_newer
    @KCONFIG_autoconf_2_65_or_newer@

config CONFIGURE_has_autoreconf_2_65_or_newer
    @KCONFIG_autoreconf_2_65_or_newer@

config CONFIGURE_has_automake_1_15_or_newer
    @KCONFIG_automake_1_15_or_newer@

config CONFIGURE_has_gnu_m4_1_4_12_or_newer
    @KCONFIG_gnu_m4_1_4_12_or_newer@

config CONFIGURE_has_dtc
    @KCONFIG_dtc@

config CONFIGURE_has_cvs
    @KCONFIG_cvs@

config CONFIGURE_has_svn
    @KCONFIG_svn@

config CONFIGURE_has_git
    @KCONFIG_git@

config CONFIGURE_has_md5sum
    @KCONFIG_md5sum@

config CONFIGURE_has_sha1sum
    @KCONFIG_sha1sum@

config CONFIGURE_has_sha256sum
    @KCONFIG_sha256sum@

config CONFIGURE_has_sha512sum
    @KCONFIG_sha512sum@

config CONFIGURE_has_install_with_strip_program
    @KCONFIG_install_with_strip_program@