1#!/bin/sh
2#
3aclocal
4automake --foreign --copy -a
5autoconf
6
7# Run configure for this platform
8#./configure $*
9echo "Now you are ready to run ./configure"
10