*** empty log message ***
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 13 Jan 2003 16:28:19 +0000 (16:28 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 13 Jan 2003 16:28:19 +0000 (16:28 +0000)
[r608]

configure.in

index efa908b..472e392 100644 (file)
@@ -127,7 +127,7 @@ if test "$enable_auto_documentation" = yes; then
   fi
   AC_CHECK_PROG(DOT, dot, "dot", "")
   if test "$DOT" != "dot"; then
-    AC_MSG_ERROR(need dot for doxygen documentation (for class graphs))
+    AC_MSG_ERROR(need dot for doxygen documentation (for class graphs) (IPD: module add Graphviz))
   fi
 fi