diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-03-10 15:49:16 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-03-10 15:49:16 +0000 |
commit | b04776696359e54153e20c426419fe54b6766473 (patch) | |
tree | 68e231db7372b409c5c8661543d2ee395afccb25 /autoconf | |
parent | a523380c6b5ad1d53dc7b38e9aee6bc9868d18c5 (diff) |
Adding ocamldoc generation.
Patch by Erick Tryzelaar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index b6f23a381c3..86459b8f710 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -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 |