@@ -629,14 +629,12 @@ ac_subst_vars='LTLIBOBJS
629
629
vpath_build
630
630
PG_VERSION_NUM
631
631
PROVE
632
+ FOP
632
633
OSX
633
634
XSLTPROC
634
635
XMLLINT
635
636
DBTOEPUB
636
- COLLATEINDEX
637
- DOCBOOKSTYLE
638
637
have_docbook
639
- JADE
640
638
NSGMLS
641
639
TCL_SHLIB_LD_LIBS
642
640
TCL_SHARED_BUILD
@@ -869,8 +867,7 @@ PKG_CONFIG_LIBDIR
869
867
ICU_CFLAGS
870
868
ICU_LIBS
871
869
LDFLAGS_EX
872
- LDFLAGS_SL
873
- DOCBOOKSTYLE'
870
+ LDFLAGS_SL'
874
871
875
872
876
873
# Initialize some variables set by options.
@@ -1568,8 +1565,6 @@ Some influential environment variables:
1568
1565
ICU_LIBS linker flags for ICU, overriding pkg-config
1569
1566
LDFLAGS_EX extra linker flags for linking executables only
1570
1567
LDFLAGS_SL extra linker flags for linking shared libraries only
1571
- DOCBOOKSTYLE
1572
- location of DocBook stylesheets
1573
1568
1574
1569
Use these variables to override the choices made by ` configure' or to help
1575
1570
it to find libraries and programs with nonstandard names/locations.
@@ -15951,48 +15946,6 @@ fi
15951
15946
test -n " $NSGMLS " && break
15952
15947
done
15953
15948
15954
- for ac_prog in openjade jade
15955
- do
15956
- # Extract the first word of "$ac_prog", so it can be a program name with args.
15957
- set dummy $ac_prog ; ac_word=$2
15958
- { $as_echo " $as_me :${as_lineno-$LINENO } : checking for $ac_word " >&5
15959
- $as_echo_n " checking for $ac_word ... " >&6 ; }
15960
- if ${ac_cv_prog_JADE+: } false ; then :
15961
- $as_echo_n " (cached) " >&6
15962
- else
15963
- if test -n " $JADE " ; then
15964
- ac_cv_prog_JADE=" $JADE " # Let the user override the test.
15965
- else
15966
- as_save_IFS=$IFS ; IFS=$PATH_SEPARATOR
15967
- for as_dir in $PATH
15968
- do
15969
- IFS=$as_save_IFS
15970
- test -z " $as_dir " && as_dir=.
15971
- for ac_exec_ext in ' ' $ac_executable_extensions ; do
15972
- if as_fn_executable_p " $as_dir /$ac_word$ac_exec_ext " ; then
15973
- ac_cv_prog_JADE=" $ac_prog "
15974
- $as_echo " $as_me :${as_lineno-$LINENO } : found $as_dir /$ac_word$ac_exec_ext " >&5
15975
- break 2
15976
- fi
15977
- done
15978
- done
15979
- IFS=$as_save_IFS
15980
-
15981
- fi
15982
- fi
15983
- JADE=$ac_cv_prog_JADE
15984
- if test -n " $JADE " ; then
15985
- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $JADE " >&5
15986
- $as_echo " $JADE " >&6 ; }
15987
- else
15988
- { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
15989
- $as_echo " no" >&6 ; }
15990
- fi
15991
-
15992
-
15993
- test -n " $JADE " && break
15994
- done
15995
-
15996
15949
15997
15950
{ $as_echo " $as_me :${as_lineno-$LINENO } : checking for DocBook V4.2" >&5
15998
15951
$as_echo_n " checking for DocBook V4.2... " >&6 ; }
@@ -16029,93 +15982,6 @@ $as_echo "$pgac_cv_check_docbook" >&6; }
16029
15982
have_docbook=$pgac_cv_check_docbook
16030
15983
16031
15984
16032
- { $as_echo " $as_me :${as_lineno-$LINENO } : checking for DocBook stylesheets" >&5
16033
- $as_echo_n " checking for DocBook stylesheets... " >&6 ; }
16034
- if ${pgac_cv_path_stylesheets+: } false ; then :
16035
- $as_echo_n " (cached) " >&6
16036
- else
16037
- if test -n " $DOCBOOKSTYLE " ; then
16038
- pgac_cv_path_stylesheets=$DOCBOOKSTYLE
16039
- else
16040
- for pgac_prefix in /usr /usr/local /opt /sw; do
16041
- for pgac_infix in share lib; do
16042
- for pgac_postfix in \
16043
- sgml/stylesheets/nwalsh-modular \
16044
- sgml/stylesheets/docbook \
16045
- sgml/stylesheets/dsssl/docbook \
16046
- sgml/docbook-dsssl \
16047
- sgml/docbook/dsssl/modular \
16048
- sgml/docbook/stylesheet/dsssl/modular \
16049
- sgml/docbook/dsssl-stylesheets \
16050
- sgml/dsssl/docbook-dsssl-nwalsh
16051
- do
16052
- pgac_candidate=$pgac_prefix /$pgac_infix /$pgac_postfix
16053
- if test -r " $pgac_candidate /html/docbook.dsl" \
16054
- && test -r " $pgac_candidate /print/docbook.dsl"
16055
- then
16056
- pgac_cv_path_stylesheets=$pgac_candidate
16057
- break 3
16058
- fi
16059
- done
16060
- done
16061
- done
16062
- fi
16063
- fi
16064
-
16065
- DOCBOOKSTYLE=$pgac_cv_path_stylesheets
16066
-
16067
- if test -n " $DOCBOOKSTYLE " ; then
16068
- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $DOCBOOKSTYLE " >&5
16069
- $as_echo " $DOCBOOKSTYLE " >&6 ; }
16070
- else
16071
- { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
16072
- $as_echo " no" >&6 ; }
16073
- fi
16074
- if test -n " $DOCBOOKSTYLE " -a -r " $DOCBOOKSTYLE /bin/collateindex.pl" ; then
16075
- COLLATEINDEX=" $DOCBOOKSTYLE /bin/collateindex.pl"
16076
-
16077
- else
16078
- # Extract the first word of "collateindex.pl", so it can be a program name with args.
16079
- set dummy collateindex.pl; ac_word=$2
16080
- { $as_echo " $as_me :${as_lineno-$LINENO } : checking for $ac_word " >&5
16081
- $as_echo_n " checking for $ac_word ... " >&6 ; }
16082
- if ${ac_cv_path_COLLATEINDEX+: } false ; then :
16083
- $as_echo_n " (cached) " >&6
16084
- else
16085
- case $COLLATEINDEX in
16086
- [\\ /]* | ? :[\\ /]* )
16087
- ac_cv_path_COLLATEINDEX=" $COLLATEINDEX " # Let the user override the test with a path.
16088
- ;;
16089
- * )
16090
- as_save_IFS=$IFS ; IFS=$PATH_SEPARATOR
16091
- for as_dir in $PATH
16092
- do
16093
- IFS=$as_save_IFS
16094
- test -z " $as_dir " && as_dir=.
16095
- for ac_exec_ext in ' ' $ac_executable_extensions ; do
16096
- if as_fn_executable_p " $as_dir /$ac_word$ac_exec_ext " ; then
16097
- ac_cv_path_COLLATEINDEX=" $as_dir /$ac_word$ac_exec_ext "
16098
- $as_echo " $as_me :${as_lineno-$LINENO } : found $as_dir /$ac_word$ac_exec_ext " >&5
16099
- break 2
16100
- fi
16101
- done
16102
- done
16103
- IFS=$as_save_IFS
16104
-
16105
- ;;
16106
- esac
16107
- fi
16108
- COLLATEINDEX=$ac_cv_path_COLLATEINDEX
16109
- if test -n " $COLLATEINDEX " ; then
16110
- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $COLLATEINDEX " >&5
16111
- $as_echo " $COLLATEINDEX " >&6 ; }
16112
- else
16113
- { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
16114
- $as_echo " no" >&6 ; }
16115
- fi
16116
-
16117
-
16118
- fi
16119
15985
for ac_prog in dbtoepub
16120
15986
do
16121
15987
# Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -16284,6 +16150,48 @@ fi
16284
16150
test -n " $OSX " && break
16285
16151
done
16286
16152
16153
+ for ac_prog in fop
16154
+ do
16155
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
16156
+ set dummy $ac_prog ; ac_word=$2
16157
+ { $as_echo " $as_me :${as_lineno-$LINENO } : checking for $ac_word " >&5
16158
+ $as_echo_n " checking for $ac_word ... " >&6 ; }
16159
+ if ${ac_cv_prog_FOP+: } false ; then :
16160
+ $as_echo_n " (cached) " >&6
16161
+ else
16162
+ if test -n " $FOP " ; then
16163
+ ac_cv_prog_FOP=" $FOP " # Let the user override the test.
16164
+ else
16165
+ as_save_IFS=$IFS ; IFS=$PATH_SEPARATOR
16166
+ for as_dir in $PATH
16167
+ do
16168
+ IFS=$as_save_IFS
16169
+ test -z " $as_dir " && as_dir=.
16170
+ for ac_exec_ext in ' ' $ac_executable_extensions ; do
16171
+ if as_fn_executable_p " $as_dir /$ac_word$ac_exec_ext " ; then
16172
+ ac_cv_prog_FOP=" $ac_prog "
16173
+ $as_echo " $as_me :${as_lineno-$LINENO } : found $as_dir /$ac_word$ac_exec_ext " >&5
16174
+ break 2
16175
+ fi
16176
+ done
16177
+ done
16178
+ IFS=$as_save_IFS
16179
+
16180
+ fi
16181
+ fi
16182
+ FOP=$ac_cv_prog_FOP
16183
+ if test -n " $FOP " ; then
16184
+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: $FOP " >&5
16185
+ $as_echo " $FOP " >&6 ; }
16186
+ else
16187
+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
16188
+ $as_echo " no" >&6 ; }
16189
+ fi
16190
+
16191
+
16192
+ test -n " $FOP " && break
16193
+ done
16194
+
16287
16195
16288
16196
#
16289
16197
# Check for test tools
0 commit comments