#!/bin/bash

cd $SW/build/jpeg* && \
#cp /usr/share/libtool/config.* . && \
./configure --enable-shared --prefix=$SW && make && make install
