Ignore:
Timestamp:
03/09/12 20:36:01 (13 years ago)
Author:
tbretz
Message:
Switch on dot by default; fixed the summary output for colorgcc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/configure

    r13009 r13031  
    16191619  --disable-silent-rules         verbose build output (undo: `make V=0')
    16201620  --disable-doxygen-doc   don't generate any doxygen documentation
    1621   --enable-doxygen-dot    generate graphics for doxygen documentation
     1621  --disable-doxygen-dot   don't generate graphics for doxygen documentation
    16221622  --enable-doxygen-man    generate doxygen manual pages
    16231623  --enable-doxygen-rtf    generate doxygen RTF documentation
     
    1601416014
    1601516015#DX_DOXYGEN_FEATURE(ON)
    16016 #DX_DOT_FEATURE(ON)               # sets HAVE_DOT
     16016                # sets HAVE_DOT
    1601716017#DX_HTML_FEATURE(ON)              # sets GENERATE_HTML (default)
    1601816018#DX_CHM_FEATURE(ON|OFF)           # sets GENERATE_HTMLHELP
     
    1634316343else
    1634416344
    16345 DX_FLAG_dot=0
     16345DX_FLAG_dot=1
    1634616346
    1634716347
     
    2440624406fi
    2440724407
    24408  if test "$GCC" = colorgcc; then
     24408 if test "$COLORGCC"; then
    2440924409  HAS_COLORGCC_TRUE=
    2441024410  HAS_COLORGCC_FALSE='#'
     
    2748027480{ $as_echo "$as_me:${as_lineno-$LINENO}:    it does most probably not work." >&5
    2748127481$as_echo "$as_me:    it does most probably not work." >&6;}
    27482 if test "$GCC" = colorgcc; then
     27482if test "$COLORGCC"; then
    2748327483  :
    2748427484else
Note: See TracChangeset for help on using the changeset viewer.