View | Details | Raw Unified | Return to bug 101237 | Differences between
and this patch

Collapse All | Expand All

(-)configure (-8 / +8 lines)
Lines 19816-19823 Link Here
19816
fi
19816
fi
19817
19817
19818
	if test $HAVE_DOXYGEN = "false"; then
19818
	if test $HAVE_DOXYGEN = "false"; then
19819
		{ echo "$as_me:$LINENO: WARNING: *** doxygen not found, code documentation will not be built" >&5
19819
		{ echo "$as_me:$LINENO: WARNING: *** code documentation will not be built" >&5
19820
echo "$as_me: WARNING: *** doxygen not found, code documentation will not be built" >&2;}
19820
echo "$as_me: WARNING: *** code documentation will not be built" >&2;}
19821
	fi
19821
	fi
19822
19822
19823
19823
Lines 19867-19874 Link Here
19867
fi
19867
fi
19868
19868
19869
	if test $HAVE_DOT = "false"; then
19869
	if test $HAVE_DOT = "false"; then
19870
		{ echo "$as_me:$LINENO: WARNING: *** dot not found, inheritance diagrams will not be generated in code documentation" >&5
19870
		{ echo "$as_me:$LINENO: WARNING: *** inheritance diagrams will not be generated in code documentation" >&5
19871
echo "$as_me: WARNING: *** dot not found, inheritance diagrams will not be generated in code documentation" >&2;}
19871
echo "$as_me: WARNING: *** inheritance diagrams will not be generated in code documentation" >&2;}
19872
	fi
19872
	fi
19873
19873
19874
19874
Lines 19918-19925 Link Here
19918
fi
19918
fi
19919
19919
19920
	if test $HAVE_LATEX = "false"; then
19920
	if test $HAVE_LATEX = "false"; then
19921
		{ echo "$as_me:$LINENO: WARNING: *** latex not found, algorithm documentation will not be built" >&5
19921
		{ echo "$as_me:$LINENO: WARNING: *** algorithm documentation will not be built" >&5
19922
echo "$as_me: WARNING: *** latex not found, algorithm documentation will not be built" >&2;}
19922
echo "$as_me: WARNING: *** algorithm documentation will not be built" >&2;}
19923
	fi
19923
	fi
19924
19924
19925
19925
Lines 19969-19976 Link Here
19969
fi
19969
fi
19970
19970
19971
	if test $HAVE_DVIPDFM = "false"; then
19971
	if test $HAVE_DVIPDFM = "false"; then
19972
	    { echo "$as_me:$LINENO: WARNING: *** dvipdfm not found, programmer documentation will not be built" >&5
19972
	    { echo "$as_me:$LINENO: WARNING: *** programmer documentation will not be built" >&5
19973
echo "$as_me: WARNING: *** dvipdfm not found, programmer documentation will not be built" >&2;}
19973
echo "$as_me: WARNING: *** programmer documentation will not be built" >&2;}
19974
    fi
19974
    fi
19975
19975
19976
19976

Return to bug 101237