From 2b973d75fed73771664958ea6cb5b4b8fd7b1307 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Sun, 18 Sep 2016 21:21:35 +0900 Subject: [PATCH] Add fig2dev as prerequisite for API HTML docs The target for sane-html depends on sane.dvi which requires fig2dev. Thanks to: - https://lists.debian.org/debian-user/2016/08/msg00484.html - http://superuser.com/questions/1101439/error-building-sane-backend-on-debian --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 422be46ed..9beb471d9 100644 --- a/configure.ac +++ b/configure.ac @@ -754,6 +754,7 @@ AS_IF([test xno != "x$with_api_spec"], && test xno != "x$GS"], [with_api_pdf=yes]) AS_IF([ test xno != "x$MAKEINDEX" \ && test xno != "x$DVIPS" \ + && test xno != "x$FIG2DEV" \ && test xno != "x$DLH" \ && test xno != "x$GS" \ && test xno != "x$PPMTOFIG" ], [with_api_html=yes])