Adding ocamldoc generation.
[oota-llvm.git] / autoconf / configure.ac
index b6f23a381c3d8ac07942cf5a7671b0312e065250..86459b8f710d9b936db81f11bc9a23e63acffea5 100644 (file)
@@ -592,6 +592,7 @@ AC_PATH_PROG(ZIP, [zip])
 AC_PATH_PROGS(OCAMLC, [ocamlc.opt ocamlc])
 AC_PATH_PROGS(OCAMLOPT, [ocamlopt.opt ocamlopt])
 AC_PATH_PROGS(OCAMLDEP, [ocamldep.opt ocamldep])
+AC_PATH_PROGS(OCAMLDOC, [ocamldoc.opt ocamldoc])
 
 dnl Determine if the linker supports the -R option.
 AC_LINK_USE_R