Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 77844 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in.orig (-3 / +3 lines)
Lines 49-57 Link Here
49
  AC_MSG_WARN([cannot find doxygen, unable to generate Cal3D API Reference!])
49
  AC_MSG_WARN([cannot find doxygen, unable to generate Cal3D API Reference!])
50
fi
50
fi
51
51
52
AC_CHECK_PROG(DB2HTML, db2html, true, false)
52
AC_CHECK_PROG(DB2HTML, docbook2html, true, false)
53
if test "$DB2HTML" = false; then
53
if test "$DB2HTML" = false; then
54
  AC_MSG_WARN([cannot find db2html, unable to generate Cal3D User's Guide!])
54
  AC_MSG_WARN([cannot find docbook2html, unable to generate Cal3D User's Guide!])
55
fi
55
fi
56
56
57
dnl ************************************************************************
57
dnl ************************************************************************
Lines 72-78 Link Here
72
72
73
if test "$DB2HTML" = false; then
73
if test "$DB2HTML" = false; then
74
  echo "| To generate the Cal3D User's Guide you need to install    |"
74
  echo "| To generate the Cal3D User's Guide you need to install    |"
75
  echo "| the DocBook tools first. ('docbktls' package)             |"
75
  echo "| the DocBook tools first. (emerge docbook-sgml-utils)      |"
76
else
76
else
77
  echo "| To generate the Cal3D User's Guide type...                |"
77
  echo "| To generate the Cal3D User's Guide type...                |"
78
  echo "|     cd docs; make doc-guide                               |"
78
  echo "|     cd docs; make doc-guide                               |"

Return to bug 77844