@@ -860,7 +860,7 @@ Optional Packages:
860
860
--with-tclconfig=DIR tclConfig.sh and tkConfig.sh are in DIR
861
861
--with-tkconfig=DIR tkConfig.sh is in DIR
862
862
--with-perl build Perl modules (PL/Perl)
863
- --with-python build Python interface module
863
+ --with-python build Python modules (PL/Python)
864
864
--with-java build JDBC interface and Java tools
865
865
--with-krb4[=DIR] build with Kerberos 4 support [/usr/athena]
866
866
--with-krb5[=DIR] build with Kerberos 5 support [/usr/athena]
@@ -2981,7 +2981,7 @@ echo "${ECHO_T}$with_perl" >&6
2981
2981
2982
2982
2983
2983
#
2984
- # Optionally build Python interface module
2984
+ # Optionally build Python modules (PL/Python)
2985
2985
#
2986
2986
echo "$as_me:$LINENO: checking whether to build Python modules" >&5
2987
2987
echo $ECHO_N "checking whether to build Python modules... $ECHO_C" >&6
@@ -4294,8 +4294,6 @@ python_version=`${PYTHON} -c "import sys; print sys.version[:3]"`
4294
4294
python_prefix=`${PYTHON} -c "import sys; print sys.prefix"`
4295
4295
python_execprefix=`${PYTHON} -c "import sys; print sys.exec_prefix"`
4296
4296
python_configdir="${python_execprefix}/lib/python${python_version}/config"
4297
- python_moduledir="${python_prefix}/lib/python${python_version}/site-packages"
4298
- python_moduleexecdir="${python_execprefix}/lib/python${python_version}/site-packages"
4299
4297
python_includespec="-I${python_prefix}/include/python${python_version}"
4300
4298
if test "$python_prefix" != "$python_execprefix"; then
4301
4299
python_includespec="-I${python_execprefix}/include/python${python_version} $python_includespec"
@@ -4311,9 +4309,6 @@ echo "${ECHO_T}$python_prefix/lib/python${python_version}" >&6
4311
4309
fi
4312
4310
4313
4311
4314
-
4315
-
4316
-
4317
4312
echo "$as_me:$LINENO: checking how to link an embedded Python application" >&5
4318
4313
echo $ECHO_N "checking how to link an embedded Python application... $ECHO_C" >&6
4319
4314
@@ -18285,12 +18280,9 @@ s,@perl_privlibexp@,$perl_privlibexp,;t t
18285
18280
s,@perl_useshrplib@,$perl_useshrplib,;t t
18286
18281
s,@perl_embed_ldflags@,$perl_embed_ldflags,;t t
18287
18282
s,@PYTHON@,$PYTHON,;t t
18288
- s,@python_version@,$python_version,;t t
18289
18283
s,@python_prefix@,$python_prefix,;t t
18290
18284
s,@python_execprefix@,$python_execprefix,;t t
18291
18285
s,@python_configdir@,$python_configdir,;t t
18292
- s,@python_moduledir@,$python_moduledir,;t t
18293
- s,@python_moduleexecdir@,$python_moduleexecdir,;t t
18294
18286
s,@python_includespec@,$python_includespec,;t t
18295
18287
s,@python_libspec@,$python_libspec,;t t
18296
18288
s,@LIBOBJS@,$LIBOBJS,;t t
0 commit comments