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

Collapse All | Expand All

(-)gtk-doc-1.18/configure.ac (-8 / +3 lines)
Lines 84-98 if test -z "$XSLTPROC"; then Link Here
84
fi
84
fi
85
85
86
dnl
86
dnl
87
dnl Check for dblatex/fop (for pdf output)
87
dnl No automagic detection of dblatex/fop (for pdf output)
88
dnl
88
dnl
89
AC_PATH_PROG([DBLATEX], [dblatex])
89
AC_SUBST([DBLATEX],[])
90
if test -z "$DBLATEX"; then
90
AC_SUBST([FOP],[])
91
	AC_PATH_PROG([FOP], [fop])
92
	if test -z "$FOP"; then
93
		AC_MSG_WARN([neither dblatex nor fop found, so no pdf output from xml])
94
	fi
95
fi
96
91
97
dnl check for DocBook DTD and stylesheets in the local catalog.
92
dnl check for DocBook DTD and stylesheets in the local catalog.
98
JH_CHECK_XML_CATALOG([-//OASIS//DTD DocBook XML V4.3//EN], [DocBook XML DTD V4.3])
93
JH_CHECK_XML_CATALOG([-//OASIS//DTD DocBook XML V4.3//EN], [DocBook XML DTD V4.3])

Return to bug 404495