summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-29 15:34:05 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-29 15:34:05 +0000
commitd154bc4c7d546ed4dcfc1181b573227cc4b06ea8 (patch)
tree077a2c2005c854c144e378115dedaf51664451c7 /configure.in
parentaa68d47b888beb3d7fd2af6137d3abbedb92722b (diff)
* Doxyfile.in: removed. merged into template/Doxyfile.template
* configure.in: new checking for dot and doxygen. * template/Doxyfile.template: merged with Doxyfile.in. configured some options. * common.mk (capi): use $(DOXYGEN) instead of "doxygen". (Doxyfile): removed a duplicate entry in the dependency. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f4e9a60db2..9f2ffc315a 100644
--- a/configure.in
+++ b/configure.in
@@ -304,6 +304,9 @@ AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_INSTALL
+AC_CHECK_TOOL(DOT, dot)
+AC_CHECK_TOOL(DOXYGEN, doxygen)
+
# checks for UNIX variants that set C preprocessor variables
AC_USE_SYSTEM_EXTENSIONS