1#!/bin/sh
2if test -d /usr/local/share/aclocal; then
3    export ACLOCAL_FLAGS="${ACLOCAL_FLAGS} -I /usr/local/share/aclocal"
4fi
5touch AUTHORS ChangeLog
6autoreconf --force --install
7