@@ -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
@@ -18464,7 +18463,7 @@ fi
18464
18463
fi
18465
18464
18466
18465
#
18467
- # Check for DocBook and tools
18466
+ # Check for documentation-building tools
18468
18467
#
18469
18468
if test -z "$XMLLINT"; then
18470
18469
for ac_prog in xmllint
@@ -18520,55 +18519,19 @@ $as_echo_n "checking for XMLLINT... " >&6; }
18520
18519
$as_echo "$XMLLINT" >&6; }
18521
18520
fi
18522
18521
18523
-
18524
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DocBook XML V4.5" >&5
18525
- $as_echo_n "checking for DocBook XML V4.5... " >&6; }
18526
- if ${pgac_cv_check_docbook+:} false; then :
18527
- $as_echo_n "(cached) " >&6
18528
- else
18529
- cat >conftest.xml <<EOF
18530
- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
18531
- <book>
18532
- <title>test</title>
18533
- <chapter>
18534
- <title>random</title>
18535
- <sect1>
18536
- <title>testsect</title>
18537
- <para>text</para>
18538
- </sect1>
18539
- </chapter>
18540
- </book>
18541
- EOF
18542
-
18543
- pgac_cv_check_docbook=no
18544
-
18545
- if test -n "$XMLLINT"; then
18546
- $XMLLINT --noout --valid conftest.xml 1>&5 2>&1
18547
- if test $? -eq 0; then
18548
- pgac_cv_check_docbook=yes
18549
- fi
18550
- fi
18551
- rm -f conftest.xml
18552
- fi
18553
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_check_docbook" >&5
18554
- $as_echo "$pgac_cv_check_docbook" >&6; }
18555
-
18556
- have_docbook=$pgac_cv_check_docbook
18557
-
18558
-
18559
- if test -z "$DBTOEPUB"; then
18560
- for ac_prog in dbtoepub
18522
+ if test -z "$XSLTPROC"; then
18523
+ for ac_prog in xsltproc
18561
18524
do
18562
18525
# Extract the first word of "$ac_prog", so it can be a program name with args.
18563
18526
set dummy $ac_prog; ac_word=$2
18564
18527
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18565
18528
$as_echo_n "checking for $ac_word... " >&6; }
18566
- if ${ac_cv_path_DBTOEPUB +:} false; then :
18529
+ if ${ac_cv_path_XSLTPROC +:} false; then :
18567
18530
$as_echo_n "(cached) " >&6
18568
18531
else
18569
- case $DBTOEPUB in
18532
+ case $XSLTPROC in
18570
18533
[\\/]* | ?:[\\/]*)
18571
- ac_cv_path_DBTOEPUB ="$DBTOEPUB " # Let the user override the test with a path.
18534
+ ac_cv_path_XSLTPROC ="$XSLTPROC " # Let the user override the test with a path.
18572
18535
;;
18573
18536
*)
18574
18537
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -18578,7 +18541,7 @@ do
18578
18541
test -z "$as_dir" && as_dir=.
18579
18542
for ac_exec_ext in '' $ac_executable_extensions; do
18580
18543
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18581
- ac_cv_path_DBTOEPUB ="$as_dir/$ac_word$ac_exec_ext"
18544
+ ac_cv_path_XSLTPROC ="$as_dir/$ac_word$ac_exec_ext"
18582
18545
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18583
18546
break 2
18584
18547
fi
@@ -18589,40 +18552,40 @@ IFS=$as_save_IFS
18589
18552
;;
18590
18553
esac
18591
18554
fi
18592
- DBTOEPUB=$ac_cv_path_DBTOEPUB
18593
- if test -n "$DBTOEPUB "; then
18594
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
18595
- $as_echo "$DBTOEPUB " >&6; }
18555
+ XSLTPROC=$ac_cv_path_XSLTPROC
18556
+ if test -n "$XSLTPROC "; then
18557
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18558
+ $as_echo "$XSLTPROC " >&6; }
18596
18559
else
18597
18560
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18598
18561
$as_echo "no" >&6; }
18599
18562
fi
18600
18563
18601
18564
18602
- test -n "$DBTOEPUB " && break
18565
+ test -n "$XSLTPROC " && break
18603
18566
done
18604
18567
18605
18568
else
18606
- # Report the value of DBTOEPUB in configure's output in all cases.
18607
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBTOEPUB " >&5
18608
- $as_echo_n "checking for DBTOEPUB ... " >&6; }
18609
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
18610
- $as_echo "$DBTOEPUB " >&6; }
18569
+ # Report the value of XSLTPROC in configure's output in all cases.
18570
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XSLTPROC " >&5
18571
+ $as_echo_n "checking for XSLTPROC ... " >&6; }
18572
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18573
+ $as_echo "$XSLTPROC " >&6; }
18611
18574
fi
18612
18575
18613
- if test -z "$XSLTPROC "; then
18614
- for ac_prog in xsltproc
18576
+ if test -z "$FOP "; then
18577
+ for ac_prog in fop
18615
18578
do
18616
18579
# Extract the first word of "$ac_prog", so it can be a program name with args.
18617
18580
set dummy $ac_prog; ac_word=$2
18618
18581
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18619
18582
$as_echo_n "checking for $ac_word... " >&6; }
18620
- if ${ac_cv_path_XSLTPROC +:} false; then :
18583
+ if ${ac_cv_path_FOP +:} false; then :
18621
18584
$as_echo_n "(cached) " >&6
18622
18585
else
18623
- case $XSLTPROC in
18586
+ case $FOP in
18624
18587
[\\/]* | ?:[\\/]*)
18625
- ac_cv_path_XSLTPROC ="$XSLTPROC " # Let the user override the test with a path.
18588
+ ac_cv_path_FOP ="$FOP " # Let the user override the test with a path.
18626
18589
;;
18627
18590
*)
18628
18591
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -18632,7 +18595,7 @@ do
18632
18595
test -z "$as_dir" && as_dir=.
18633
18596
for ac_exec_ext in '' $ac_executable_extensions; do
18634
18597
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18635
- ac_cv_path_XSLTPROC ="$as_dir/$ac_word$ac_exec_ext"
18598
+ ac_cv_path_FOP ="$as_dir/$ac_word$ac_exec_ext"
18636
18599
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18637
18600
break 2
18638
18601
fi
@@ -18643,40 +18606,40 @@ IFS=$as_save_IFS
18643
18606
;;
18644
18607
esac
18645
18608
fi
18646
- XSLTPROC=$ac_cv_path_XSLTPROC
18647
- if test -n "$XSLTPROC "; then
18648
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18649
- $as_echo "$XSLTPROC " >&6; }
18609
+ FOP=$ac_cv_path_FOP
18610
+ if test -n "$FOP "; then
18611
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
18612
+ $as_echo "$FOP " >&6; }
18650
18613
else
18651
18614
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18652
18615
$as_echo "no" >&6; }
18653
18616
fi
18654
18617
18655
18618
18656
- test -n "$XSLTPROC " && break
18619
+ test -n "$FOP " && break
18657
18620
done
18658
18621
18659
18622
else
18660
- # Report the value of XSLTPROC in configure's output in all cases.
18661
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XSLTPROC " >&5
18662
- $as_echo_n "checking for XSLTPROC ... " >&6; }
18663
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18664
- $as_echo "$XSLTPROC " >&6; }
18623
+ # Report the value of FOP in configure's output in all cases.
18624
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FOP " >&5
18625
+ $as_echo_n "checking for FOP ... " >&6; }
18626
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
18627
+ $as_echo "$FOP " >&6; }
18665
18628
fi
18666
18629
18667
- if test -z "$FOP "; then
18668
- for ac_prog in fop
18630
+ if test -z "$DBTOEPUB "; then
18631
+ for ac_prog in dbtoepub
18669
18632
do
18670
18633
# Extract the first word of "$ac_prog", so it can be a program name with args.
18671
18634
set dummy $ac_prog; ac_word=$2
18672
18635
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18673
18636
$as_echo_n "checking for $ac_word... " >&6; }
18674
- if ${ac_cv_path_FOP +:} false; then :
18637
+ if ${ac_cv_path_DBTOEPUB +:} false; then :
18675
18638
$as_echo_n "(cached) " >&6
18676
18639
else
18677
- case $FOP in
18640
+ case $DBTOEPUB in
18678
18641
[\\/]* | ?:[\\/]*)
18679
- ac_cv_path_FOP ="$FOP " # Let the user override the test with a path.
18642
+ ac_cv_path_DBTOEPUB ="$DBTOEPUB " # Let the user override the test with a path.
18680
18643
;;
18681
18644
*)
18682
18645
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -18686,7 +18649,7 @@ do
18686
18649
test -z "$as_dir" && as_dir=.
18687
18650
for ac_exec_ext in '' $ac_executable_extensions; do
18688
18651
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18689
- ac_cv_path_FOP ="$as_dir/$ac_word$ac_exec_ext"
18652
+ ac_cv_path_DBTOEPUB ="$as_dir/$ac_word$ac_exec_ext"
18690
18653
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18691
18654
break 2
18692
18655
fi
@@ -18697,25 +18660,25 @@ IFS=$as_save_IFS
18697
18660
;;
18698
18661
esac
18699
18662
fi
18700
- FOP=$ac_cv_path_FOP
18701
- if test -n "$FOP "; then
18702
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
18703
- $as_echo "$FOP " >&6; }
18663
+ DBTOEPUB=$ac_cv_path_DBTOEPUB
18664
+ if test -n "$DBTOEPUB "; then
18665
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
18666
+ $as_echo "$DBTOEPUB " >&6; }
18704
18667
else
18705
18668
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18706
18669
$as_echo "no" >&6; }
18707
18670
fi
18708
18671
18709
18672
18710
- test -n "$FOP " && break
18673
+ test -n "$DBTOEPUB " && break
18711
18674
done
18712
18675
18713
18676
else
18714
- # Report the value of FOP in configure's output in all cases.
18715
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FOP " >&5
18716
- $as_echo_n "checking for FOP ... " >&6; }
18717
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
18718
- $as_echo "$FOP " >&6; }
18677
+ # Report the value of DBTOEPUB in configure's output in all cases.
18678
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBTOEPUB " >&5
18679
+ $as_echo_n "checking for DBTOEPUB ... " >&6; }
18680
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
18681
+ $as_echo "$DBTOEPUB " >&6; }
18719
18682
fi
18720
18683
18721
18684
0 commit comments