982aa704c1
* Clean up the Python installation to obey PREFIX (finally) * Mark some of the more troublesome build options as DEVELOPER ONLY!
19 lines
586 B
Text
19 lines
586 B
Text
--- configure.orig Thu Aug 14 20:33:30 2003
|
|
+++ configure Thu Aug 14 22:12:01 2003
|
|
@@ -8256,6 +8256,7 @@
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@@ -14275,7 +14276,7 @@
|
|
fi
|
|
if test "$with_python" != ""
|
|
then
|
|
- pythondir='$(PYTHON_SITE_PACKAGES)'
|
|
+ pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages'
|
|
else
|
|
pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages'
|
|
fi
|