@@ -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
@@ -18406,7 +18405,7 @@ fi
18406
18405
fi
18407
18406
18408
18407
#
18409
- # Check for DocBook and tools
18408
+ # Check for documentation-building tools
18410
18409
#
18411
18410
if test -z "$XMLLINT"; then
18412
18411
for ac_prog in xmllint
@@ -18462,55 +18461,19 @@ $as_echo_n "checking for XMLLINT... " >&6; }
18462
18461
$as_echo "$XMLLINT" >&6; }
18463
18462
fi
18464
18463
18465
-
18466
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DocBook XML V4.2" >&5
18467
- $as_echo_n "checking for DocBook XML V4.2... " >&6; }
18468
- if ${pgac_cv_check_docbook+:} false; then :
18469
- $as_echo_n "(cached) " >&6
18470
- else
18471
- cat >conftest.xml <<EOF
18472
- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
18473
- <book>
18474
- <title>test</title>
18475
- <chapter>
18476
- <title>random</title>
18477
- <sect1>
18478
- <title>testsect</title>
18479
- <para>text</para>
18480
- </sect1>
18481
- </chapter>
18482
- </book>
18483
- EOF
18484
-
18485
- pgac_cv_check_docbook=no
18486
-
18487
- if test -n "$XMLLINT"; then
18488
- $XMLLINT --noout --valid conftest.xml 1>&5 2>&1
18489
- if test $? -eq 0; then
18490
- pgac_cv_check_docbook=yes
18491
- fi
18492
- fi
18493
- rm -f conftest.xml
18494
- fi
18495
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_check_docbook" >&5
18496
- $as_echo "$pgac_cv_check_docbook" >&6; }
18497
-
18498
- have_docbook=$pgac_cv_check_docbook
18499
-
18500
-
18501
- if test -z "$DBTOEPUB"; then
18502
- for ac_prog in dbtoepub
18464
+ if test -z "$XSLTPROC"; then
18465
+ for ac_prog in xsltproc
18503
18466
do
18504
18467
# Extract the first word of "$ac_prog", so it can be a program name with args.
18505
18468
set dummy $ac_prog; ac_word=$2
18506
18469
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18507
18470
$as_echo_n "checking for $ac_word... " >&6; }
18508
- if ${ac_cv_path_DBTOEPUB +:} false; then :
18471
+ if ${ac_cv_path_XSLTPROC +:} false; then :
18509
18472
$as_echo_n "(cached) " >&6
18510
18473
else
18511
- case $DBTOEPUB in
18474
+ case $XSLTPROC in
18512
18475
[\\/]* | ?:[\\/]*)
18513
- ac_cv_path_DBTOEPUB ="$DBTOEPUB " # Let the user override the test with a path.
18476
+ ac_cv_path_XSLTPROC ="$XSLTPROC " # Let the user override the test with a path.
18514
18477
;;
18515
18478
*)
18516
18479
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -18520,7 +18483,7 @@ do
18520
18483
test -z "$as_dir" && as_dir=.
18521
18484
for ac_exec_ext in '' $ac_executable_extensions; do
18522
18485
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18523
- ac_cv_path_DBTOEPUB ="$as_dir/$ac_word$ac_exec_ext"
18486
+ ac_cv_path_XSLTPROC ="$as_dir/$ac_word$ac_exec_ext"
18524
18487
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18525
18488
break 2
18526
18489
fi
@@ -18531,40 +18494,40 @@ IFS=$as_save_IFS
18531
18494
;;
18532
18495
esac
18533
18496
fi
18534
- DBTOEPUB=$ac_cv_path_DBTOEPUB
18535
- if test -n "$DBTOEPUB "; then
18536
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
18537
- $as_echo "$DBTOEPUB " >&6; }
18497
+ XSLTPROC=$ac_cv_path_XSLTPROC
18498
+ if test -n "$XSLTPROC "; then
18499
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18500
+ $as_echo "$XSLTPROC " >&6; }
18538
18501
else
18539
18502
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18540
18503
$as_echo "no" >&6; }
18541
18504
fi
18542
18505
18543
18506
18544
- test -n "$DBTOEPUB " && break
18507
+ test -n "$XSLTPROC " && break
18545
18508
done
18546
18509
18547
18510
else
18548
- # Report the value of DBTOEPUB in configure's output in all cases.
18549
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBTOEPUB " >&5
18550
- $as_echo_n "checking for DBTOEPUB ... " >&6; }
18551
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
18552
- $as_echo "$DBTOEPUB " >&6; }
18511
+ # Report the value of XSLTPROC in configure's output in all cases.
18512
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XSLTPROC " >&5
18513
+ $as_echo_n "checking for XSLTPROC ... " >&6; }
18514
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18515
+ $as_echo "$XSLTPROC " >&6; }
18553
18516
fi
18554
18517
18555
- if test -z "$XSLTPROC "; then
18556
- for ac_prog in xsltproc
18518
+ if test -z "$FOP "; then
18519
+ for ac_prog in fop
18557
18520
do
18558
18521
# Extract the first word of "$ac_prog", so it can be a program name with args.
18559
18522
set dummy $ac_prog; ac_word=$2
18560
18523
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18561
18524
$as_echo_n "checking for $ac_word... " >&6; }
18562
- if ${ac_cv_path_XSLTPROC +:} false; then :
18525
+ if ${ac_cv_path_FOP +:} false; then :
18563
18526
$as_echo_n "(cached) " >&6
18564
18527
else
18565
- case $XSLTPROC in
18528
+ case $FOP in
18566
18529
[\\/]* | ?:[\\/]*)
18567
- ac_cv_path_XSLTPROC ="$XSLTPROC " # Let the user override the test with a path.
18530
+ ac_cv_path_FOP ="$FOP " # Let the user override the test with a path.
18568
18531
;;
18569
18532
*)
18570
18533
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -18574,7 +18537,7 @@ do
18574
18537
test -z "$as_dir" && as_dir=.
18575
18538
for ac_exec_ext in '' $ac_executable_extensions; do
18576
18539
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18577
- ac_cv_path_XSLTPROC ="$as_dir/$ac_word$ac_exec_ext"
18540
+ ac_cv_path_FOP ="$as_dir/$ac_word$ac_exec_ext"
18578
18541
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18579
18542
break 2
18580
18543
fi
@@ -18585,40 +18548,40 @@ IFS=$as_save_IFS
18585
18548
;;
18586
18549
esac
18587
18550
fi
18588
- XSLTPROC=$ac_cv_path_XSLTPROC
18589
- if test -n "$XSLTPROC "; then
18590
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18591
- $as_echo "$XSLTPROC " >&6; }
18551
+ FOP=$ac_cv_path_FOP
18552
+ if test -n "$FOP "; then
18553
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
18554
+ $as_echo "$FOP " >&6; }
18592
18555
else
18593
18556
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18594
18557
$as_echo "no" >&6; }
18595
18558
fi
18596
18559
18597
18560
18598
- test -n "$XSLTPROC " && break
18561
+ test -n "$FOP " && break
18599
18562
done
18600
18563
18601
18564
else
18602
- # Report the value of XSLTPROC in configure's output in all cases.
18603
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XSLTPROC " >&5
18604
- $as_echo_n "checking for XSLTPROC ... " >&6; }
18605
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC " >&5
18606
- $as_echo "$XSLTPROC " >&6; }
18565
+ # Report the value of FOP in configure's output in all cases.
18566
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FOP " >&5
18567
+ $as_echo_n "checking for FOP ... " >&6; }
18568
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
18569
+ $as_echo "$FOP " >&6; }
18607
18570
fi
18608
18571
18609
- if test -z "$FOP "; then
18610
- for ac_prog in fop
18572
+ if test -z "$DBTOEPUB "; then
18573
+ for ac_prog in dbtoepub
18611
18574
do
18612
18575
# Extract the first word of "$ac_prog", so it can be a program name with args.
18613
18576
set dummy $ac_prog; ac_word=$2
18614
18577
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18615
18578
$as_echo_n "checking for $ac_word... " >&6; }
18616
- if ${ac_cv_path_FOP +:} false; then :
18579
+ if ${ac_cv_path_DBTOEPUB +:} false; then :
18617
18580
$as_echo_n "(cached) " >&6
18618
18581
else
18619
- case $FOP in
18582
+ case $DBTOEPUB in
18620
18583
[\\/]* | ?:[\\/]*)
18621
- ac_cv_path_FOP ="$FOP " # Let the user override the test with a path.
18584
+ ac_cv_path_DBTOEPUB ="$DBTOEPUB " # Let the user override the test with a path.
18622
18585
;;
18623
18586
*)
18624
18587
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -18628,7 +18591,7 @@ do
18628
18591
test -z "$as_dir" && as_dir=.
18629
18592
for ac_exec_ext in '' $ac_executable_extensions; do
18630
18593
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18631
- ac_cv_path_FOP ="$as_dir/$ac_word$ac_exec_ext"
18594
+ ac_cv_path_DBTOEPUB ="$as_dir/$ac_word$ac_exec_ext"
18632
18595
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18633
18596
break 2
18634
18597
fi
@@ -18639,25 +18602,25 @@ IFS=$as_save_IFS
18639
18602
;;
18640
18603
esac
18641
18604
fi
18642
- FOP=$ac_cv_path_FOP
18643
- if test -n "$FOP "; then
18644
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
18645
- $as_echo "$FOP " >&6; }
18605
+ DBTOEPUB=$ac_cv_path_DBTOEPUB
18606
+ if test -n "$DBTOEPUB "; then
18607
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
18608
+ $as_echo "$DBTOEPUB " >&6; }
18646
18609
else
18647
18610
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18648
18611
$as_echo "no" >&6; }
18649
18612
fi
18650
18613
18651
18614
18652
- test -n "$FOP " && break
18615
+ test -n "$DBTOEPUB " && break
18653
18616
done
18654
18617
18655
18618
else
18656
- # Report the value of FOP in configure's output in all cases.
18657
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FOP " >&5
18658
- $as_echo_n "checking for FOP ... " >&6; }
18659
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOP " >&5
18660
- $as_echo "$FOP " >&6; }
18619
+ # Report the value of DBTOEPUB in configure's output in all cases.
18620
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBTOEPUB " >&5
18621
+ $as_echo_n "checking for DBTOEPUB ... " >&6; }
18622
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBTOEPUB " >&5
18623
+ $as_echo "$DBTOEPUB " >&6; }
18661
18624
fi
18662
18625
18663
18626
0 commit comments