added dot check

This commit is contained in:
mes5k 2004-12-01 02:35:17 +00:00
parent 17bb49d9f3
commit 29f0aa98ad
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ AM_INIT_AUTOMAKE(tclap,1.0.3)
AC_PROG_CXX AC_PROG_CXX
AC_CXX_HAVE_SSTREAM AC_CXX_HAVE_SSTREAM
AC_CXX_HAVE_STRSTREAM AC_CXX_HAVE_STRSTREAM
AC_CHECK_PROG(DOT,dot,YES,NO)
AC_PROG_RANLIB AC_PROG_RANLIB
AC_PROG_INSTALL AC_PROG_INSTALL
BB_ENABLE_DOXYGEN BB_ENABLE_DOXYGEN

View File

@ -958,7 +958,7 @@ HIDE_UNDOC_RELATIONS = YES
# toolkit from AT&T and Lucent Bell Labs. The other options in this section # toolkit from AT&T and Lucent Bell Labs. The other options in this section
# have no effect if this option is set to NO (the default) # have no effect if this option is set to NO (the default)
HAVE_DOT = YES HAVE_DOT = @DOT@
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
# will generate a graph for each documented class showing the direct and # will generate a graph for each documented class showing the direct and