#!/bin/bash

#This script invokes configure with sane values

export CFLAGS=-O2
export CXXFLAGS="-O2 -fexceptions"
./configure --prefix=/usr --enable-static=no --enable-shared=yes --enable-pic



syntax highlighted by Code2HTML, v. 0.9.1