Skip to content

Commit b56f454

Browse files
committed
Probe for python, git, makeinfo and texi2pdf, but not sed.
1 parent 5d5b63a commit b56f454

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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)