#!/bin/sh - # $Id: s_python,v 1.5 2006/11/22 20:49:13 gmf Exp $ # # Build setup.py.in for the Python API with our default library paths. # It requires further processing via configure to create setup.py . s_process PYTHON_SRCDIR=../src/python d=$PYTHON_SRCDIR/setup.py f=$PYTHON_SRCDIR/setup.py.in s=$PYTHON_SRCDIR/setup.py.template process $s $f process $s $d