#!/bin/sh

#
# Run this to generate a new configure script and such  :)
# 
#	-- Rob (and Mark)
#


(libtoolize --version) < /dev/null > /dev/null 2>&1 || {
	echo;
	echo "You must have libtool installed to compile phonecore";
	echo;
	exit;
}

libtoolize --copy --force
aclocal -I m4
autoconf
automake
