#!/bin/bash
cd /usr/src/libtool-*/ ||exit

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