#!/bin/sh
# compile_libtool
cd /usr/src/libtool*

./configure --prefix=/usr &&
make &&
make install
