Samba calls autogen.sh, but never had any deps on autotools.
This causes a build error for Lion users who never installed them.
Add the standard deps on automake & libtool if XCode >= 4.3
Tested on with Clang and llvm from XCode-4.3.3.
FixesHomebrew/homebrew#13188ClosesHomebrew/homebrew#13208.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>