summaryrefslogtreecommitdiff
path: root/regress-driver
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2010-04-23 00:34:22 +0200
committerBernd Zeimetz <bernd@bzed.de>2010-04-23 00:47:23 +0200
commitd58df85bb6ed01c5b8cc815c732647c37f10cb03 (patch)
tree6346b8f04ff552f26a89f999d890ec3bd86582f3 /regress-driver
parent0c696b410a7b43284ceed1b7668482a3359e5e46 (diff)
downloadgpsd-d58df85bb6ed01c5b8cc815c732647c37f10cb03.tar.gz
Comment the Python related rules and definitions.
Diffstat (limited to 'regress-driver')
-rwxr-xr-xregress-driver2
1 files changed, 2 insertions, 0 deletions
diff --git a/regress-driver b/regress-driver
index 4c1c1adb..691630aa 100755
--- a/regress-driver
+++ b/regress-driver
@@ -20,6 +20,8 @@ fi
if [ -z ${PYTHON} ]; then
PYTHON="python"
fi
+# For an explanation of what we define here, see the comment on
+# PYTHON_DISTUTILS_LIBDIR/PYTHON_DISTUTILS_SCRIPTDIR in configure.ac
py_libdir=`pwd`/build/`${PYTHON} -c 'import distutils.util; import sys; print("lib.%s-%s" %(distutils.util.get_platform(), sys.version[0:3]))'`
py_scriptdir=`pwd`/build/`${PYTHON} -c 'import sys; print("scripts-%s" %(sys.version[0:3], ))'`
if [ -d ${py_libdir} ] && [ -d ${py_scriptdir} ]; then