#!/bin/sh

${ACLOCAL-aclocal} -I /usr/local/share/aclocal
${LIBTOOLIZE-libtoolize} -c
${AUTOHEADER-autoheader}
${AUTOMAKE-automake} --foreign -a -c
${AUTOCONF-autoconf}

rm -rf autom4te.cache


syntax highlighted by Code2HTML, v. 0.9.1