ports/print/muttprint/files/patch-configure.ac
Raphael Kubo da Costa 4cef6ede8f Update to 0.73.
This release was never formally announced on the website, but is available
for download. Matthias, the port maintainer, had to do a lot of adjustments
to get it to an actual buildable state that are reflected in the patches
added to files/.

PR:		207299
Submitted by:	Matthias Apitz <guru@unixarea.de> (maintainer)
2016-02-25 13:05:20 +00:00

11 lines
461 B
Text

--- configure.ac.orig 2008-12-25 15:27:57.000000000 +0100
+++ configure.ac 2016-02-17 15:15:50.968708000 +0100
@@ -4,7 +4,7 @@
dnl Information on the package
dnl Checks for programs
AC_PROG_CC
-AC_CHECK_PROG([have_docbook], [db2pdf], [true])
+AC_CHECK_PROG([have_docbook], [docbook2pdf], [true])
AM_CONDITIONAL([DOCBOOK], test x$have_docbook = xtrue)
AC_CHECK_PROG([have_pod2man], [pod2man], [true])
AM_CONDITIONAL([POD2MAN], test x$have_pod2man = xtrue)