From 6153c763ec6d3dde482812eb871f485ec34a9f01 Mon Sep 17 00:00:00 2001 From: "claus.reinke@talk21.com" Date: Thu, 9 Nov 2006 16:40:54 +0000 Subject: [PATCH] find fop.sh the fop bundle contains fop.bat and fop.sh, but not fop; let configuration find the latter. --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index ab0ba43..619d414 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -812,7 +812,7 @@ EOF # 'PATH'. Note that /usr/bin/fop is broken in SuSE 9.1 (unpatched), so try # /usr/share/fop/fop.sh in that case (or no 'fop'), too. AC_DEFUN([FP_PROG_FOP], -[AC_PATH_PROGS([FopCmd1], [fop]) +[AC_PATH_PROGS([FopCmd1], [fop fop.sh]) if test -n "$FopCmd1"; then AC_CACHE_CHECK([for $FopCmd1 usability], [fp_cv_fop_usability], [FP_GEN_FO -- 1.7.10.4