#!/bin/sh # generate the configure script ./autogen.sh ./configure --with-pic --prefix= ## explanation # # --with-pic: use position-independent objects when possible. # # --prefix: respect the "no /usr/local" policy.