#!/bin/bash

export CPPFLAGS=$CFLAGS

cd $SW/build/optipng* && \
./configure -prefix=$SW -with-system-libs && make && make install
