From b6984efcc93bbf76fb0283f7cf9c8632d855d9ed Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 14 Aug 2002 16:55:31 +0000 Subject: [PATCH] more AMD 64 induced changes from Frederic Crozat Daniel * configure.in python/Makefile.am: more AMD 64 induced changes from Frederic Crozat Daniel --- ChangeLog | 5 +++++ configure.in | 8 ++++---- python/Makefile.am | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 87f5da4f..9d7a124a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard + + * configure.in python/Makefile.am: more AMD 64 induced changes from + Frederic Crozat + Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard * xinclude.c: oops I was missing the xml:base fixup too diff --git a/configure.in b/configure.in index 54986028..0c5ddb92 100644 --- a/configure.in +++ b/configure.in @@ -240,10 +240,10 @@ if test "$with_python" != "no" ; then echo could not find python$PYTHON_VERSION/Python.h fi fi - if ! test -d "$PYTHON_SITE_PACKAGES" - then - PYTHON_SITE_PACKAGES=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"` - fi + if ! test -d "$PYTHON_SITE_PACKAGES" + then + PYTHON_SITE_PACKAGES=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"` + fi fi fi fi diff --git a/python/Makefile.am b/python/Makefile.am index f9d05691..1e9bcfc0 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -30,7 +30,7 @@ mylibs = \ all_local: libxml2.py -pythondir = $(prefix)/lib/python${PYTHON_VERSION}/site-packages +pythondir = $(libdir)/python${PYTHON_VERSION}/site-packages python_LTLIBRARIES = libxml2mod.la libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c