From d154bc4c7d546ed4dcfc1181b573227cc4b06ea8 Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 29 Jun 2009 15:34:05 +0000 Subject: * 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 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') 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 -- cgit v1.2.3