- popt: pad to display length, not strlen, for i18n popt args (#106240).
- python: include Python.h before glibc features.h.
- python: return [], not None, accessing header tags (#112794).
+ - python: avoid invoking python to acquire ill-specified parameters.
4.2 -> 4.2.1:
- fix: nested %if handling, optind initialization posix vs. glibc.
LINT = splint
-PYVER= @WITH_PYTHON_VERSION@
-
-# XXX grrr, sys.path[1] wrong value in python-2.3.2
-pylibdir = $(shell python -c 'import sys; print sys.path[2]')
-pyincdir = $(prefix)/include/python${PYVER}
+pylibdir = ${prefix}/lib@MARK64@/python@WITH_PYTHON_VERSION@
+pyincdir = $(prefix)/include/python@WITH_PYTHON_VERSION@
SUBDIRS = rpmdb
AUTOMAKE_OPTIONS = 1.4 foreign
-PYVER= @WITH_PYTHON_VERSION@
-
-pylibdir = $(shell python -c 'import sys; print sys.path[1]')
VALGRIND = # valgrind --verbose --leak-check=yes
EXTRA_DIST = \
AUTOMAKE_OPTIONS = 1.4 foreign
-PYVER= @WITH_PYTHON_VERSION@
-
-pylibdir = $(shell python -c 'import sys; print sys.path[1]')
-
EXTRA_DIST = \
test_all.py test_associate.py test_basics.py test_compat.py \
test_dbobj.py test_dbshelve.py test_dbtables.py test_get_none.py \