OSDN Git Service

output DOT_PATH variable
authortsutsumi <>
Sat, 13 Sep 2003 09:41:01 +0000 (09:41 +0000)
committertsutsumi <>
Sat, 13 Sep 2003 09:41:01 +0000 (09:41 +0000)
config/arg_with_doxygen.m4

index dccdd38..4a094cc 100644 (file)
@@ -47,9 +47,11 @@ else
     enable_dot=no
   else
     enable_dot=yes
+    DOT_PATH=`dirname $DOT`
   fi
 fi
 
+AC_SUBST(DOT_PATH)
 AC_SUBST(enable_dot)
 AC_SUBST(enable_html_docs)
 AC_SUBST(enable_latex_docs)