Closed mtmiller closed 7 years ago
One build fails because brew install automake
errors out, no idea how to debug this, sorry.
Why does this work in one environment
brew install autoconf automake libtool nettle valgrind
Warning: autoconf 2.69 is already installed
Warning: automake 1.15 is already installed
Warning: libtool 2.4.6_1 is already installed
but fails in the other?
brew install autoconf automake libtool nettle valgrind
Warning: autoconf 2.69 is already installed
Warning: libtool 2.4.6_1 is already installed
Error: automake 1.15 is already installed
To upgrade to 1.15.1, run `brew upgrade automake`
When calling libtool directly, make sure it is the generated libtool script in the project top build directory. On current Debian systems, it is possible to have libtool installed but without a general-purpose libtool executable in $PATH.
Not sure how this will interact with the macOS glibtool workaround.