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

Collapse All | Expand All

(-)configure.in.orig (-2 / +2 lines)
Lines 13-19 Link Here
13
AC_PROG_MAKE_SET
13
AC_PROG_MAKE_SET
14
# AC_PROG_AWK
14
# AC_PROG_AWK
15
# AC_CHECK_PROG(SED,sed,sed)
15
# AC_CHECK_PROG(SED,sed,sed)
16
AC_CHECK_PROG(PDF_CMD,dblatex,dblatex)
16
AC_CHECK_PROG(PDF_CMD,docbook2latex,docbook2latex)
17
AC_CHECK_PROG(XMLTO_CMD,xmlto,xmlto)
17
AC_CHECK_PROG(XMLTO_CMD,xmlto,xmlto)
18
AC_PROG_EGREP
18
AC_PROG_EGREP
19
AC_PROG_LN_S
19
AC_PROG_LN_S
Lines 21-27 Link Here
21
# bail if some of our necessary files are not installed
21
# bail if some of our necessary files are not installed
22
if test "$PDF_CMD" = ""; then
22
if test "$PDF_CMD" = ""; then
23
	AC_MSG_ERROR([
23
	AC_MSG_ERROR([
24
  *** dblatex could not be found.  Please install the package dblatex
24
  *** docbook2latex could not be found.  Please install the package dblatex
25
  ***  and rerun ./configure ...exiting... ])
25
  ***  and rerun ./configure ...exiting... ])
26
fi
26
fi
27
if test "$XMLTO_CMD" = ""; then
27
if test "$XMLTO_CMD" = ""; then

Return to bug 177580