#!/bin/sh
#
aclocal
automake --foreign --include-deps --add-missing --copy
autoconf

#./configure $*
echo "Now you are ready to run ./configure"


syntax highlighted by Code2HTML, v. 0.9.1