mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-09 20:33:39 -04:00
added dot check
This commit is contained in:
parent
17bb49d9f3
commit
29f0aa98ad
@ -6,6 +6,7 @@ AM_INIT_AUTOMAKE(tclap,1.0.3)
|
||||
AC_PROG_CXX
|
||||
AC_CXX_HAVE_SSTREAM
|
||||
AC_CXX_HAVE_STRSTREAM
|
||||
AC_CHECK_PROG(DOT,dot,YES,NO)
|
||||
AC_PROG_RANLIB
|
||||
AC_PROG_INSTALL
|
||||
BB_ENABLE_DOXYGEN
|
||||
|
@ -958,7 +958,7 @@ HIDE_UNDOC_RELATIONS = YES
|
||||
# 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_DOT = YES
|
||||
HAVE_DOT = @DOT@
|
||||
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user