--- configure.in.orig 2010-03-01 15:16:32.000000000 +0100 +++ configure.in 2010-03-01 15:18:22.000000000 +0100 @@ -13,7 +13,7 @@ AC_PROG_MAKE_SET # AC_PROG_AWK # AC_CHECK_PROG(SED,sed,sed) -AC_CHECK_PROG(PDF_CMD,dblatex,dblatex) +AC_CHECK_PROG(PDF_CMD,docbook2latex,docbook2latex) AC_CHECK_PROG(XMLTO_CMD,xmlto,xmlto) AC_PROG_EGREP AC_PROG_LN_S @@ -21,7 +21,7 @@ # bail if some of our necessary files are not installed if test "$PDF_CMD" = ""; then AC_MSG_ERROR([ - *** dblatex could not be found. Please install the package dblatex + *** docbook2latex could not be found. Please install the package dblatex *** and rerun ./configure ...exiting... ]) fi if test "$XMLTO_CMD" = ""; then