#Added check for Darwin based Systems like Mac OS X where libtoolize is called glibtoolize.
if test "$(uname)" = "Darwin" ; then
	glibtoolize --automake
else
	libtoolize --automake
fi

aclocal
automake -a
autoconf
