$OpenBSD: patch-configure_ac,v 1.3 2018/08/10 20:55:26 fcambus Exp $

Don't build a redundant copy of the documentation.
Don't run fc-cache on install.

Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -675,12 +675,7 @@ fi
 AC_CHECK_PROGS(MAKEINFO, makeinfo, no)
 
 AC_CHECK_PROGS(TEXI2DVI, texi2dvi, no)
-AC_CHECK_PROGS(PDFTEX, pdftex, no)
-if test x"$TEXI2DVI" = "xno" -o x"$PDFTEX" = "xno"; then
-  AM_CONDITIONAL(BUILD_PDF, false)
-else
-  AM_CONDITIONAL(BUILD_PDF, true)
-fi
+AM_CONDITIONAL(BUILD_PDF, false)
 
 AC_CHECK_PROGS(DOS2UNIX, dos2unix, dos2unix)
 
@@ -3252,12 +3247,7 @@ if test x"$enable_lame" != "xno" ; then
   fi
 fi
 
-AC_PATH_PROGS(FCCACHE, fc-cache, false)
-if test x"$FCCACHE" = "xfalse"; then
-  AM_CONDITIONAL(HAVE_FC_CACHE, false)
-else
-  AM_CONDITIONAL(HAVE_FC_CACHE, true)
-fi
+AM_CONDITIONAL(HAVE_FC_CACHE, false)
 
 if test x"$is_amigaos4" = "xyes"; then
   if test x"$enable_sdlui" != "xyes" -a x"$enable_sdlui2" != "xyes"; then
