@@ -630,10 +630,9 @@ vpath_build
630
630
PG_SYSROOT
631
631
PG_VERSION_NUM
632
632
PROVE
633
+ DBTOEPUB
633
634
FOP
634
635
XSLTPROC
635
- DBTOEPUB
636
- have_docbook
637
636
XMLLINT
638
637
TCL_SHLIB_LD_LIBS
639
638
TCL_SHARED_BUILD
@@ -18799,7 +18798,7 @@ fi
18799
18798
fi
18800
18799
18801
18800
#
18802
- # Check for DocBook and tools
18801
+ # Check for documentation-building tools
18803
18802
#
18804
18803
if test -z "$XMLLINT"; then
18805
18804
for ac_prog in xmllint
@@ -18855,55 +18854,19 @@ $as_echo_n "checking for XMLLINT... " >&6; }
18855
18854
$as_echo "$XMLLINT" >&6; }
18856
18855
fi
18857
18856
18858
-
18859
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DocBook XML V4.2" >&5
18860
- $as_echo_n "checking for DocBook XML V4.2... " >&6; }
18861
- if ${pgac_cv_check_docbook+:} false; then :
18862
- $as_echo_n "(cached) " >&6
18863
- else
18864
- cat >conftest.xml <<EOF
18865
- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
18866
- <book>
18867
- <title>test</title>
18868
- <chapter>
18869
- <title>random</title>
18870
- <sect1>
18871
- <title>testsect</title>
18872
- <para>text</para>
18873
- </sect1>
18874
- </chapter>
18875
- </book>
18876
- EOF
18877
-
18878
- pgac_cv_check_docbook=no
18879
-
18880
- if test -n "$XMLLINT"; then
18881
- $XMLLINT --noout --valid conftest.xml 1>&5 2>&1
18882
- if test $? -eq 0; then
18883
- pgac_cv_check_docbook=yes
18884
- fi
18885
- fi
18886
- rm -f conftest.xml
18887
- fi
18888
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_check_docbook" >&5
18889
- $as_echo "$pgac_cv_check_docbook" >&6; }
18890
-
18891
- have_docbook=$pgac_cv_check_docbook
18892
-
18893
-
18894
- if test -z "$DBTOEPUB"; then
18895
- for ac_prog in dbtoepub
18857
+ if test -z "$XSLTPROC"; then
18858
+ for ac_prog in xsltproc
18896
18859
do
18897
18860
# Extract the first word of "$ac_prog", so it can be a program name with args.
18898
18861
set dummy $ac_prog; ac_word=$2
18899
18862
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18900
18863
$as_echo_n "checking for $ac_word... " >&6; }
18901
- if ${ac_cv_path_DBTOEPUB +:} false; then :
18864
+ if ${ac_cv_path_XSLTPROC +:} false; then :
18902
18865
$as_echo_n "(cached) " >&6
18903
18866
else
18904
- case $DBTOEPUB in
18867
+ case $XSLTPROC in
18905
18868
[\\/]* | ?:[\\/]*)
18906
- ac_cv_path_DBTOEPUB ="$DBTOEPUB " # Let the user override the test with a path.
18869
+ ac_cv_path_XSLTPROC ="$XSLTPROC " # Let the user override the test with a path.
18907
18870
;;
18908
18871
*)
18909
18872
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -18913,7 +18876,7 @@ do
18913
18876
test -z "$as_dir" && as_dir=.
18914
18877
for ac_exec_ext in '' $ac_executable_extensions; do
18915
18878
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18916
- ac_cv_path_DBTOEPUB ="$as_dir/$ac_word$ac_exec_ext"
18879
+ ac_cv_path_XSLTPROC ="$as_dir/$ac_word$ac_exec_ext"
18917
18880
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18918
18881
break 2
18919
18882
fi
@@ -18924,40 +18887,40 @@ IFS=$as_save_IFS
18924
18887
;;
18925
18888
esac
18926
18889
fi
18927
- DBTOEPUB=$ac_cv_path_DBTOEPUB
18928
- if test -n "$DBTOEPUB "; then
18929
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
18930
- $as_echo "$DBTOEPUB " >&6; }
18890
+ XSLTPROC=$ac_cv_path_XSLTPROC
18891
+ if test -n "$XSLTPROC "; then
18892
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18893
+ $as_echo "$XSLTPROC " >&6; }
18931
18894
else
18932
18895
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18933
18896
$as_echo "no" >&6; }
18934
18897
fi
18935
18898
18936
18899
18937
- test -n "$DBTOEPUB " && break
18900
+ test -n "$XSLTPROC " && break
18938
18901
done
18939
18902
18940
18903
else
18941
- # Report the value of DBTOEPUB in configure's output in all cases.
18942
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBTOEPUB " >&5
18943
- $as_echo_n "checking for DBTOEPUB ... " >&6; }
18944
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
18945
- $as_echo "$DBTOEPUB " >&6; }
18904
+ # Report the value of XSLTPROC in configure's output in all cases.
18905
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XSLTPROC " >&5
18906
+ $as_echo_n "checking for XSLTPROC ... " >&6; }
18907
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18908
+ $as_echo "$XSLTPROC " >&6; }
18946
18909
fi
18947
18910
18948
- if test -z "$XSLTPROC "; then
18949
- for ac_prog in xsltproc
18911
+ if test -z "$FOP "; then
18912
+ for ac_prog in fop
18950
18913
do
18951
18914
# Extract the first word of "$ac_prog", so it can be a program name with args.
18952
18915
set dummy $ac_prog; ac_word=$2
18953
18916
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18954
18917
$as_echo_n "checking for $ac_word... " >&6; }
18955
- if ${ac_cv_path_XSLTPROC +:} false; then :
18918
+ if ${ac_cv_path_FOP +:} false; then :
18956
18919
$as_echo_n "(cached) " >&6
18957
18920
else
18958
- case $XSLTPROC in
18921
+ case $FOP in
18959
18922
[\\/]* | ?:[\\/]*)
18960
- ac_cv_path_XSLTPROC ="$XSLTPROC " # Let the user override the test with a path.
18923
+ ac_cv_path_FOP ="$FOP " # Let the user override the test with a path.
18961
18924
;;
18962
18925
*)
18963
18926
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -18967,7 +18930,7 @@ do
18967
18930
test -z "$as_dir" && as_dir=.
18968
18931
for ac_exec_ext in '' $ac_executable_extensions; do
18969
18932
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18970
- ac_cv_path_XSLTPROC ="$as_dir/$ac_word$ac_exec_ext"
18933
+ ac_cv_path_FOP ="$as_dir/$ac_word$ac_exec_ext"
18971
18934
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18972
18935
break 2
18973
18936
fi
@@ -18978,40 +18941,40 @@ IFS=$as_save_IFS
18978
18941
;;
18979
18942
esac
18980
18943
fi
18981
- XSLTPROC=$ac_cv_path_XSLTPROC
18982
- if test -n "$XSLTPROC "; then
18983
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18984
- $as_echo "$XSLTPROC " >&6; }
18944
+ FOP=$ac_cv_path_FOP
18945
+ if test -n "$FOP "; then
18946
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
18947
+ $as_echo "$FOP " >&6; }
18985
18948
else
18986
18949
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18987
18950
$as_echo "no" >&6; }
18988
18951
fi
18989
18952
18990
18953
18991
- test -n "$XSLTPROC " && break
18954
+ test -n "$FOP " && break
18992
18955
done
18993
18956
18994
18957
else
18995
- # Report the value of XSLTPROC in configure's output in all cases.
18996
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XSLTPROC " >&5
18997
- $as_echo_n "checking for XSLTPROC ... " >&6; }
18998
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18999
- $as_echo "$XSLTPROC " >&6; }
18958
+ # Report the value of FOP in configure's output in all cases.
18959
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FOP " >&5
18960
+ $as_echo_n "checking for FOP ... " >&6; }
18961
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
18962
+ $as_echo "$FOP " >&6; }
19000
18963
fi
19001
18964
19002
- if test -z "$FOP "; then
19003
- for ac_prog in fop
18965
+ if test -z "$DBTOEPUB "; then
18966
+ for ac_prog in dbtoepub
19004
18967
do
19005
18968
# Extract the first word of "$ac_prog", so it can be a program name with args.
19006
18969
set dummy $ac_prog; ac_word=$2
19007
18970
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19008
18971
$as_echo_n "checking for $ac_word... " >&6; }
19009
- if ${ac_cv_path_FOP +:} false; then :
18972
+ if ${ac_cv_path_DBTOEPUB +:} false; then :
19010
18973
$as_echo_n "(cached) " >&6
19011
18974
else
19012
- case $FOP in
18975
+ case $DBTOEPUB in
19013
18976
[\\/]* | ?:[\\/]*)
19014
- ac_cv_path_FOP ="$FOP " # Let the user override the test with a path.
18977
+ ac_cv_path_DBTOEPUB ="$DBTOEPUB " # Let the user override the test with a path.
19015
18978
;;
19016
18979
*)
19017
18980
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -19021,7 +18984,7 @@ do
19021
18984
test -z "$as_dir" && as_dir=.
19022
18985
for ac_exec_ext in '' $ac_executable_extensions; do
19023
18986
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19024
- ac_cv_path_FOP ="$as_dir/$ac_word$ac_exec_ext"
18987
+ ac_cv_path_DBTOEPUB ="$as_dir/$ac_word$ac_exec_ext"
19025
18988
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19026
18989
break 2
19027
18990
fi
@@ -19032,25 +18995,25 @@ IFS=$as_save_IFS
19032
18995
;;
19033
18996
esac
19034
18997
fi
19035
- FOP=$ac_cv_path_FOP
19036
- if test -n "$FOP "; then
19037
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
19038
- $as_echo "$FOP " >&6; }
18998
+ DBTOEPUB=$ac_cv_path_DBTOEPUB
18999
+ if test -n "$DBTOEPUB "; then
19000
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
19001
+ $as_echo "$DBTOEPUB " >&6; }
19039
19002
else
19040
19003
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19041
19004
$as_echo "no" >&6; }
19042
19005
fi
19043
19006
19044
19007
19045
- test -n "$FOP " && break
19008
+ test -n "$DBTOEPUB " && break
19046
19009
done
19047
19010
19048
19011
else
19049
- # Report the value of FOP in configure's output in all cases.
19050
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FOP " >&5
19051
- $as_echo_n "checking for FOP ... " >&6; }
19052
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
19053
- $as_echo "$FOP " >&6; }
19012
+ # Report the value of DBTOEPUB in configure's output in all cases.
19013
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBTOEPUB " >&5
19014
+ $as_echo_n "checking for DBTOEPUB ... " >&6; }
19015
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
19016
+ $as_echo "$DBTOEPUB " >&6; }
19054
19017
fi
19055
19018
19056
19019
0 commit comments