mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
more AMD 64 induced changes from Frederic Crozat Daniel
* configure.in python/Makefile.am: more AMD 64 induced changes from Frederic Crozat Daniel
This commit is contained in:
parent
c4bad4a77c
commit
b6984efcc9
@ -1,3 +1,8 @@
|
||||
Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* configure.in python/Makefile.am: more AMD 64 induced changes from
|
||||
Frederic Crozat
|
||||
|
||||
Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xinclude.c: oops I was missing the xml:base fixup too
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user