#!/bin/bash
openexr=`cd ../openexr*; pwd`
cd $openexr/IlmBase
./bootstrap
./configure --enable-shared=no --enable-cxxstd=11 --libdir=/usr/local/lib
