#!/bin/sh

if [ configure = "$1" ]; then
    : setup python stuff.
fi

