#!/bin/sh # first generate the actual configure script if test ! -f "configure-do" ; then (cd autoconf;make) fi # some systems still expect you to manually add /usr/local.. c'mon! export CPPFLAGS="-I/usr/local/include" export LDFLAGS="-L/usr/local/lib" # then run it with psyced defaults settings/psyced $*