#!/bin/sh
#
echo "Running aclocal"
aclocal -I .
echo "Running autoheader"
autoheader
echo "Running automake"
automake --foreign --include-deps --add-missing --copy
echo "Running autoconf"
autoconf

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


syntax highlighted by Code2HTML, v. 0.9.1