Skip to content

Commit 5000170

Browse files
committed
---
yaml --- r: 1730 b: refs/heads/master c: b56f454 h: refs/heads/master v: v3
1 parent 7a0552b commit 5000170

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 5d5b63adb9cf00ddab8c90825bc322d3f21e38c6
2+
refs/heads/master: b56f4540e9dcd84ca453aacbd5198c2379b7047f

trunk/configure

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,21 @@ putvar CFG_BUILD_DIR
9595
putvar CFG_OSTYPE
9696
putvar CFG_CPUTYPE
9797

98-
msg "looking for programs"
98+
msg "looking for build programs"
9999
probe_need CFG_GCC gcc
100+
probe_need CFG_GIT git
100101
probe_need CFG_LLVM_CONFIG llvm-config
101102
probe_need CFG_OCAMLC ocamlc
102103
probe_need CFG_PERL perl
103-
probe_need CFG_SED sed
104+
probe_need CFG_PYTHON python
104105

105106
probe CFG_VALGRIND valgrind
106107
probe CFG_OCAMLOPT ocamlopt
107108
probe CFG_OCAMLC_OPT ocamlc.opt
108109
probe CFG_OCAMLOPT_OPT ocamlopt.opt
109110
probe CFG_FLEXLINK flexlink
111+
probe CFG_MAKEINFO makeinfo
112+
probe CFG_TEXI2PDF texi2pdf
110113

111114
CFG_LLVM_VERSION=$(llvm-config --version)
112115
case $CFG_LLVM_VERSION in

0 commit comments

Comments
 (0)