#!/bin/sh # this sets up the compile for MacOS X set echo CFLAGS="-pipe -g" CXXFLAGS="$CFLAGS" export CC export CXX export CFLAGS export CXXFLAGS ./configure unset echo