MonoOni / binarydist

Mono Binary Builds for Testing
9 stars 0 forks source link

Mono objects take a while to build #24

Closed NattyNarwhal closed 6 years ago

NattyNarwhal commented 6 years ago

tl;dr: libtool wants to be invoked with bash to avoid some diagnostics checks, but autotools invokes it with the original Bourne shell at /bin/sh. Set CONFIG_SHELL to bash in configure to fix it.