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

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