Closed NattyNarwhal closed 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.
/bin/sh
CONFIG_SHELL
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
. SetCONFIG_SHELL
to bash in configure to fix it.