@@ -860,7 +860,7 @@ Optional Packages:
860860 --with-tclconfig=DIR tclConfig.sh and tkConfig.sh are in DIR
861861 --with-tkconfig=DIR tkConfig.sh is in DIR
862862 --with-perl build Perl modules (PL/Perl)
863- --with-python build Pythoninterface module
863+ --with-python build Pythonmodules (PL/Python)
864864 --with-java build JDBC interface and Java tools
865865 --with-krb4[=DIR] build with Kerberos 4 support [/usr/athena]
866866 --with-krb5[=DIR] build with Kerberos 5 support [/usr/athena]
@@ -2981,7 +2981,7 @@ echo "${ECHO_T}$with_perl" >&6
29812981
29822982
29832983#
2984- # Optionally build Pythoninterface module
2984+ # Optionally build Pythonmodules (PL/Python)
29852985#
29862986echo "$as_me:$LINENO: checking whether to build Python modules" >&5
29872987echo $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]"`
42944294python_prefix=`${PYTHON} -c "import sys; print sys.prefix"`
42954295python_execprefix=`${PYTHON} -c "import sys; print sys.exec_prefix"`
42964296python_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"
42994297python_includespec="-I${python_prefix}/include/python${python_version}"
43004298if test "$python_prefix" != "$python_execprefix"; then
43014299 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
43114309fi
43124310
43134311
4314-
4315-
4316-
43174312echo "$as_me:$LINENO: checking how to link an embedded Python application" >&5
43184313echo $ECHO_N "checking how to link an embedded Python application... $ECHO_C" >&6
43194314
@@ -18285,12 +18280,9 @@ s,@perl_privlibexp@,$perl_privlibexp,;t t
1828518280s,@perl_useshrplib@,$perl_useshrplib,;t t
1828618281s,@perl_embed_ldflags@,$perl_embed_ldflags,;t t
1828718282s,@PYTHON@,$PYTHON,;t t
18288- s,@python_version@,$python_version,;t t
1828918283s,@python_prefix@,$python_prefix,;t t
1829018284s,@python_execprefix@,$python_execprefix,;t t
1829118285s,@python_configdir@,$python_configdir,;t t
18292- s,@python_moduledir@,$python_moduledir,;t t
18293- s,@python_moduleexecdir@,$python_moduleexecdir,;t t
1829418286s,@python_includespec@,$python_includespec,;t t
1829518287s,@python_libspec@,$python_libspec,;t t
1829618288s,@LIBOBJS@,$LIBOBJS,;t t