#!/bin/sh
# compile_automake
cd /usr/src/automake*

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