Skip to content

Commit

Permalink
odoc configuration option renamed to --with-odoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Feb 12, 2021
1 parent a524a80 commit 6c8fef4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 8 additions & 7 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ AC_ARG_ENABLE([ocamldoc],
[],
[ocamldoc=auto])

AC_ARG_ENABLE([odoc-documentation],
[AS_HELP_STRING([--enable-odoc-documentation],
AC_ARG_WITH([odoc],
[AS_HELP_STRING([--with-odoc],
[build documentation with odoc])])


Expand Down Expand Up @@ -1762,7 +1762,7 @@ AS_IF([test x"$enable_ocamldoc" = "xno"],
[ocamldoc=""],
[ocamldoc=ocamldoc])

AS_IF([test x"$enable_odoc_documentation" = "xyes"],
AS_IF([test x"$with_odoc" = "xyes"],
[documentation_mode="odoc"],
[documentation_mode="ocamldoc"])

Expand Down

0 comments on commit 6c8fef4

Please sign in to comment.