if [ "$GIT_CHECKOUT" == "y" ]
then
	./autogen.sh
fi &&

make_single    &&
default_build  &&
make_normal
