Hi list,
I downloaded 1.40.0 and started to build on my mac, but "./bootstrap.sh --help" gave me back "command not found" in Terminal. It turned out that the permissions for bootstrap.sh were wrong (executable bit not set), so I had to "chmod 755 bootstrap.sh" first. Just a heads-up if anyone else runs into this.
Cheers!