@@ -838,7 +838,7 @@ Optional Features:
838838 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
839839 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
840840 --enable-integer-datetimes enable 64-bit integer date/time support
841- --enable-recode enable character set recode support
841+ --enable-recode enable single-byte recode support
842842 --enable-nls[=LANGUAGES] enable Native Language Support
843843 --disable-shared do not build shared libraries
844844 --disable-rpath do not embed shared library search path in executables
@@ -860,7 +860,7 @@ Optional Packages:
860860 --without-tk do not build Tk interfaces if Tcl is enabled
861861 --with-tclconfig=DIR tclConfig.sh and tkConfig.sh are in DIR
862862 --with-tkconfig=DIR tkConfig.sh is in DIR
863- --with-perl build PL/Perl
863+ --with-perl build Perl modules ( PL/Perl)
864864 --with-python build Python interface module
865865 --with-java build JDBC interface and Java tools
866866 --with-krb4[=DIR] build with Kerberos 4 support [/usr/athena]
@@ -2935,7 +2935,7 @@ fi;
29352935
29362936
29372937#
2938- # Optionally build Perl modules (Pg.pm and PL/Perl)
2938+ # Optionally build Perl modules (PL/Perl)
29392939#
29402940echo " $as_me :$LINENO : checking whether to build Perl modules" >&5
29412941echo $ECHO_N " checking whether to build Perl modules... $ECHO_C " >&6
@@ -4105,51 +4105,6 @@ echo "$as_me: WARNING:
41054105fi
41064106
41074107
4108- if test " $with_tk " = yes; then
4109- # Extract the first word of "wish", so it can be a program name with args.
4110- set dummy wish; ac_word=$2
4111- echo " $as_me :$LINENO : checking for $ac_word " >&5
4112- echo $ECHO_N " checking for $ac_word ... $ECHO_C " >&6
4113- if test " ${ac_cv_path_WISH+set} " = set ; then
4114- echo $ECHO_N " (cached) $ECHO_C " >&6
4115- else
4116- case $WISH in
4117- [\\ /]* | ? :[\\ /]* )
4118- ac_cv_path_WISH=" $WISH " # Let the user override the test with a path.
4119- ;;
4120- * )
4121- as_save_IFS=$IFS ; IFS=$PATH_SEPARATOR
4122- for as_dir in $PATH
4123- do
4124- IFS=$as_save_IFS
4125- test -z " $as_dir " && as_dir=.
4126- for ac_exec_ext in ' ' $ac_executable_extensions ; do
4127- if $as_executable_p " $as_dir /$ac_word$ac_exec_ext " ; then
4128- ac_cv_path_WISH=" $as_dir /$ac_word$ac_exec_ext "
4129- echo " $as_me :$LINENO : found $as_dir /$ac_word$ac_exec_ext " >&5
4130- break 2
4131- fi
4132- done
4133- done
4134-
4135- ;;
4136- esac
4137- fi
4138- WISH=$ac_cv_path_WISH
4139-
4140- if test -n " $WISH " ; then
4141- echo " $as_me :$LINENO : result: $WISH " >&5
4142- echo " ${ECHO_T} $WISH " >&6
4143- else
4144- echo " $as_me :$LINENO : result: no" >&5
4145- echo " ${ECHO_T} no" >&6
4146- fi
4147-
4148- test -z " $WISH " && { { echo " $as_me :$LINENO : error: 'wish' is required for Tk support" >&5
4149- echo " $as_me : error: 'wish' is required for Tk support" >&2 ; }
4150- { (exit 1); exit 1; }; }
4151- fi
4152-
41534108# Extract the first word of "perl", so it can be a program name with args.
41544109set dummy perl; ac_word=$2
41554110echo " $as_me :$LINENO : checking for $ac_word " >&5
@@ -4191,16 +4146,6 @@ fi
41914146
41924147if test " $with_perl " = yes; then
41934148
4194- echo " $as_me :$LINENO : checking for Perl installsitearch" >&5
4195- echo $ECHO_N " checking for Perl installsitearch... $ECHO_C " >&6
4196- perl_installsitearch=` $PERL -MConfig -e ' print $Config{installsitearch}' `
4197- echo " $as_me :$LINENO : result: $perl_installsitearch " >&5
4198- echo " ${ECHO_T} $perl_installsitearch " >&6
4199- echo " $as_me :$LINENO : checking for Perl installman3dir" >&5
4200- echo $ECHO_N " checking for Perl installman3dir... $ECHO_C " >&6
4201- perl_installman3dir=` $PERL -MConfig -e ' print $Config{installman3dir}' `
4202- echo " $as_me :$LINENO : result: $perl_installman3dir " >&5
4203- echo " ${ECHO_T} $perl_installman3dir " >&6
42044149echo " $as_me :$LINENO : checking for Perl archlibexp" >&5
42054150echo $ECHO_N " checking for Perl archlibexp... $ECHO_C " >&6
42064151perl_archlibexp=` $PERL -MConfig -e ' print $Config{archlibexp}' `
@@ -4216,11 +4161,6 @@ echo $ECHO_N "checking for Perl useshrplib... $ECHO_C" >&6
42164161perl_useshrplib=` $PERL -MConfig -e ' print $Config{useshrplib}' `
42174162echo " $as_me :$LINENO : result: $perl_useshrplib " >&5
42184163echo " ${ECHO_T} $perl_useshrplib " >&6
4219- echo " $as_me :$LINENO : checking for Perl man3ext" >&5
4220- echo $ECHO_N " checking for Perl man3ext... $ECHO_C " >&6
4221- perl_man3ext=` $PERL -MConfig -e ' print $Config{man3ext}' `
4222- echo " $as_me :$LINENO : result: $perl_man3ext " >&5
4223- echo " ${ECHO_T} $perl_man3ext " >&6
42244164
42254165echo " $as_me :$LINENO : checking for flags to link embedded Perl" >&5
42264166echo $ECHO_N " checking for flags to link embedded Perl... $ECHO_C " >&6
@@ -4307,6 +4247,14 @@ fi
43074247echo " $as_me :$LINENO : checking how to link an embedded Python application" >&5
43084248echo $ECHO_N " checking how to link an embedded Python application... $ECHO_C " >&6
43094249
4250+ if test ! -f " $python_configdir /Makefile" ; then
4251+ echo " $as_me :$LINENO : result: no" >&5
4252+ echo " ${ECHO_T} no" >&6
4253+ { { echo " $as_me :$LINENO : error: Python Makefile not found" >&5
4254+ echo " $as_me : error: Python Makefile not found" >&2 ; }
4255+ { (exit 1); exit 1; }; }
4256+ fi
4257+
43104258_python_libs=` grep ' ^LIBS=' $python_configdir /Makefile | sed ' s/^.*=//' `
43114259_python_libc=` grep ' ^LIBC=' $python_configdir /Makefile | sed ' s/^.*=//' `
43124260_python_libm=` grep ' ^LIBM=' $python_configdir /Makefile | sed ' s/^.*=//' `
@@ -9425,7 +9373,12 @@ fi
94259373echo " $as_me :$LINENO : result: $ac_cv_member_krb5_error_e_data " >&5
94269374echo " ${ECHO_T} $ac_cv_member_krb5_error_e_data " >&6
94279375if test $ac_cv_member_krb5_error_e_data = yes; then
9428- :
9376+
9377+ cat >> confdefs.h << _ACEOF
9378+ #define HAVE_KRB5_ERROR_E_DATA 1
9379+ _ACEOF
9380+
9381+
94299382else
94309383 { { echo " $as_me :$LINENO : error: could not determine how to extract Kerberos 5 error messages" >&5
94319384echo " $as_me : error: could not determine how to extract Kerberos 5 error messages" >&2 ; }
@@ -16310,14 +16263,10 @@ s,@STRIP_STATIC_LIB@,$STRIP_STATIC_LIB,;t t
1631016263s,@STRIP_SHARED_LIB@,$STRIP_SHARED_LIB ,;t t
1631116264s,@YACC@,$YACC ,;t t
1631216265s,@YFLAGS@,$YFLAGS ,;t t
16313- s,@WISH@,$WISH ,;t t
1631416266s,@PERL@,$PERL ,;t t
16315- s,@perl_installsitearch@,$perl_installsitearch ,;t t
16316- s,@perl_installman3dir@,$perl_installman3dir ,;t t
1631716267s,@perl_archlibexp@,$perl_archlibexp ,;t t
1631816268s,@perl_privlibexp@,$perl_privlibexp ,;t t
1631916269s,@perl_useshrplib@,$perl_useshrplib ,;t t
16320- s,@perl_man3ext@,$perl_man3ext ,;t t
1632116270s,@perl_embed_ldflags@,$perl_embed_ldflags ,;t t
1632216271s,@PYTHON@,$PYTHON ,;t t
1632316272s,@python_version@,$python_version ,;t t
0 commit comments