#!/bin/sh echo "" echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "" echo "The build in source4 is not supported in the 3.4.x releases!" echo "Please use the source4 of the master branch" echo "or the latest samba4 alpha release" echo "" echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "" exit 1