File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 5d5b63adb9cf00ddab8c90825bc322d3f21e38c6
2
+ refs/heads/master: b56f4540e9dcd84ca453aacbd5198c2379b7047f
Original file line number Diff line number Diff line change @@ -95,18 +95,21 @@ putvar CFG_BUILD_DIR
95
95
putvar CFG_OSTYPE
96
96
putvar CFG_CPUTYPE
97
97
98
- msg " looking for programs"
98
+ msg " looking for build programs"
99
99
probe_need CFG_GCC gcc
100
+ probe_need CFG_GIT git
100
101
probe_need CFG_LLVM_CONFIG llvm-config
101
102
probe_need CFG_OCAMLC ocamlc
102
103
probe_need CFG_PERL perl
103
- probe_need CFG_SED sed
104
+ probe_need CFG_PYTHON python
104
105
105
106
probe CFG_VALGRIND valgrind
106
107
probe CFG_OCAMLOPT ocamlopt
107
108
probe CFG_OCAMLC_OPT ocamlc.opt
108
109
probe CFG_OCAMLOPT_OPT ocamlopt.opt
109
110
probe CFG_FLEXLINK flexlink
111
+ probe CFG_MAKEINFO makeinfo
112
+ probe CFG_TEXI2PDF texi2pdf
110
113
111
114
CFG_LLVM_VERSION=$( llvm-config --version)
112
115
case $CFG_LLVM_VERSION in
You can’t perform that action at this time.
0 commit comments