@@ -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
@@ -18548,7 +18547,7 @@ fi
18548
18547
fi
18549
18548
18550
18549
#
18551
- # Check for DocBook and tools
18550
+ # Check for documentation-building tools
18552
18551
#
18553
18552
if test -z "$XMLLINT"; then
18554
18553
for ac_prog in xmllint
@@ -18604,55 +18603,19 @@ $as_echo_n "checking for XMLLINT... " >&6; }
18604
18603
$as_echo "$XMLLINT" >&6; }
18605
18604
fi
18606
18605
18607
-
18608
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DocBook XML V4.5" >&5
18609
- $as_echo_n "checking for DocBook XML V4.5... " >&6; }
18610
- if ${pgac_cv_check_docbook+:} false; then :
18611
- $as_echo_n "(cached) " >&6
18612
- else
18613
- cat >conftest.xml <<EOF
18614
- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
18615
- <book>
18616
- <title>test</title>
18617
- <chapter>
18618
- <title>random</title>
18619
- <sect1>
18620
- <title>testsect</title>
18621
- <para>text</para>
18622
- </sect1>
18623
- </chapter>
18624
- </book>
18625
- EOF
18626
-
18627
- pgac_cv_check_docbook=no
18628
-
18629
- if test -n "$XMLLINT"; then
18630
- $XMLLINT --noout --valid conftest.xml 1>&5 2>&1
18631
- if test $? -eq 0; then
18632
- pgac_cv_check_docbook=yes
18633
- fi
18634
- fi
18635
- rm -f conftest.xml
18636
- fi
18637
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_check_docbook" >&5
18638
- $as_echo "$pgac_cv_check_docbook" >&6; }
18639
-
18640
- have_docbook=$pgac_cv_check_docbook
18641
-
18642
-
18643
- if test -z "$DBTOEPUB"; then
18644
- for ac_prog in dbtoepub
18606
+ if test -z "$XSLTPROC"; then
18607
+ for ac_prog in xsltproc
18645
18608
do
18646
18609
# Extract the first word of "$ac_prog", so it can be a program name with args.
18647
18610
set dummy $ac_prog; ac_word=$2
18648
18611
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18649
18612
$as_echo_n "checking for $ac_word... " >&6; }
18650
- if ${ac_cv_path_DBTOEPUB +:} false; then :
18613
+ if ${ac_cv_path_XSLTPROC +:} false; then :
18651
18614
$as_echo_n "(cached) " >&6
18652
18615
else
18653
- case $DBTOEPUB in
18616
+ case $XSLTPROC in
18654
18617
[\\/]* | ?:[\\/]*)
18655
- ac_cv_path_DBTOEPUB ="$DBTOEPUB " # Let the user override the test with a path.
18618
+ ac_cv_path_XSLTPROC ="$XSLTPROC " # Let the user override the test with a path.
18656
18619
;;
18657
18620
*)
18658
18621
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -18662,7 +18625,7 @@ do
18662
18625
test -z "$as_dir" && as_dir=.
18663
18626
for ac_exec_ext in '' $ac_executable_extensions; do
18664
18627
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18665
- ac_cv_path_DBTOEPUB ="$as_dir/$ac_word$ac_exec_ext"
18628
+ ac_cv_path_XSLTPROC ="$as_dir/$ac_word$ac_exec_ext"
18666
18629
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18667
18630
break 2
18668
18631
fi
@@ -18673,40 +18636,40 @@ IFS=$as_save_IFS
18673
18636
;;
18674
18637
esac
18675
18638
fi
18676
- DBTOEPUB=$ac_cv_path_DBTOEPUB
18677
- if test -n "$DBTOEPUB "; then
18678
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
18679
- $as_echo "$DBTOEPUB " >&6; }
18639
+ XSLTPROC=$ac_cv_path_XSLTPROC
18640
+ if test -n "$XSLTPROC "; then
18641
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18642
+ $as_echo "$XSLTPROC " >&6; }
18680
18643
else
18681
18644
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18682
18645
$as_echo "no" >&6; }
18683
18646
fi
18684
18647
18685
18648
18686
- test -n "$DBTOEPUB " && break
18649
+ test -n "$XSLTPROC " && break
18687
18650
done
18688
18651
18689
18652
else
18690
- # Report the value of DBTOEPUB in configure's output in all cases.
18691
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBTOEPUB " >&5
18692
- $as_echo_n "checking for DBTOEPUB ... " >&6; }
18693
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
18694
- $as_echo "$DBTOEPUB " >&6; }
18653
+ # Report the value of XSLTPROC in configure's output in all cases.
18654
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XSLTPROC " >&5
18655
+ $as_echo_n "checking for XSLTPROC ... " >&6; }
18656
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18657
+ $as_echo "$XSLTPROC " >&6; }
18695
18658
fi
18696
18659
18697
- if test -z "$XSLTPROC "; then
18698
- for ac_prog in xsltproc
18660
+ if test -z "$FOP "; then
18661
+ for ac_prog in fop
18699
18662
do
18700
18663
# Extract the first word of "$ac_prog", so it can be a program name with args.
18701
18664
set dummy $ac_prog; ac_word=$2
18702
18665
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18703
18666
$as_echo_n "checking for $ac_word... " >&6; }
18704
- if ${ac_cv_path_XSLTPROC +:} false; then :
18667
+ if ${ac_cv_path_FOP +:} false; then :
18705
18668
$as_echo_n "(cached) " >&6
18706
18669
else
18707
- case $XSLTPROC in
18670
+ case $FOP in
18708
18671
[\\/]* | ?:[\\/]*)
18709
- ac_cv_path_XSLTPROC ="$XSLTPROC " # Let the user override the test with a path.
18672
+ ac_cv_path_FOP ="$FOP " # Let the user override the test with a path.
18710
18673
;;
18711
18674
*)
18712
18675
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -18716,7 +18679,7 @@ do
18716
18679
test -z "$as_dir" && as_dir=.
18717
18680
for ac_exec_ext in '' $ac_executable_extensions; do
18718
18681
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18719
- ac_cv_path_XSLTPROC ="$as_dir/$ac_word$ac_exec_ext"
18682
+ ac_cv_path_FOP ="$as_dir/$ac_word$ac_exec_ext"
18720
18683
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18721
18684
break 2
18722
18685
fi
@@ -18727,40 +18690,40 @@ IFS=$as_save_IFS
18727
18690
;;
18728
18691
esac
18729
18692
fi
18730
- XSLTPROC=$ac_cv_path_XSLTPROC
18731
- if test -n "$XSLTPROC "; then
18732
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18733
- $as_echo "$XSLTPROC " >&6; }
18693
+ FOP=$ac_cv_path_FOP
18694
+ if test -n "$FOP "; then
18695
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
18696
+ $as_echo "$FOP " >&6; }
18734
18697
else
18735
18698
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18736
18699
$as_echo "no" >&6; }
18737
18700
fi
18738
18701
18739
18702
18740
- test -n "$XSLTPROC " && break
18703
+ test -n "$FOP " && break
18741
18704
done
18742
18705
18743
18706
else
18744
- # Report the value of XSLTPROC in configure's output in all cases.
18745
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XSLTPROC " >&5
18746
- $as_echo_n "checking for XSLTPROC ... " >&6; }
18747
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18748
- $as_echo "$XSLTPROC " >&6; }
18707
+ # Report the value of FOP in configure's output in all cases.
18708
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FOP " >&5
18709
+ $as_echo_n "checking for FOP ... " >&6; }
18710
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
18711
+ $as_echo "$FOP " >&6; }
18749
18712
fi
18750
18713
18751
- if test -z "$FOP "; then
18752
- for ac_prog in fop
18714
+ if test -z "$DBTOEPUB "; then
18715
+ for ac_prog in dbtoepub
18753
18716
do
18754
18717
# Extract the first word of "$ac_prog", so it can be a program name with args.
18755
18718
set dummy $ac_prog; ac_word=$2
18756
18719
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18757
18720
$as_echo_n "checking for $ac_word... " >&6; }
18758
- if ${ac_cv_path_FOP +:} false; then :
18721
+ if ${ac_cv_path_DBTOEPUB +:} false; then :
18759
18722
$as_echo_n "(cached) " >&6
18760
18723
else
18761
- case $FOP in
18724
+ case $DBTOEPUB in
18762
18725
[\\/]* | ?:[\\/]*)
18763
- ac_cv_path_FOP ="$FOP " # Let the user override the test with a path.
18726
+ ac_cv_path_DBTOEPUB ="$DBTOEPUB " # Let the user override the test with a path.
18764
18727
;;
18765
18728
*)
18766
18729
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -18770,7 +18733,7 @@ do
18770
18733
test -z "$as_dir" && as_dir=.
18771
18734
for ac_exec_ext in '' $ac_executable_extensions; do
18772
18735
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18773
- ac_cv_path_FOP ="$as_dir/$ac_word$ac_exec_ext"
18736
+ ac_cv_path_DBTOEPUB ="$as_dir/$ac_word$ac_exec_ext"
18774
18737
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18775
18738
break 2
18776
18739
fi
@@ -18781,25 +18744,25 @@ IFS=$as_save_IFS
18781
18744
;;
18782
18745
esac
18783
18746
fi
18784
- FOP=$ac_cv_path_FOP
18785
- if test -n "$FOP "; then
18786
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
18787
- $as_echo "$FOP " >&6; }
18747
+ DBTOEPUB=$ac_cv_path_DBTOEPUB
18748
+ if test -n "$DBTOEPUB "; then
18749
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
18750
+ $as_echo "$DBTOEPUB " >&6; }
18788
18751
else
18789
18752
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18790
18753
$as_echo "no" >&6; }
18791
18754
fi
18792
18755
18793
18756
18794
- test -n "$FOP " && break
18757
+ test -n "$DBTOEPUB " && break
18795
18758
done
18796
18759
18797
18760
else
18798
- # Report the value of FOP in configure's output in all cases.
18799
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FOP " >&5
18800
- $as_echo_n "checking for FOP ... " >&6; }
18801
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
18802
- $as_echo "$FOP " >&6; }
18761
+ # Report the value of DBTOEPUB in configure's output in all cases.
18762
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBTOEPUB " >&5
18763
+ $as_echo_n "checking for DBTOEPUB ... " >&6; }
18764
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
18765
+ $as_echo "$DBTOEPUB " >&6; }
18803
18766
fi
18804
18767
18805
18768
0 commit comments