stoken-dev / stoken

RSA SecurID-compatible software token for Linux/UNIX systems
http://stoken.sf.net
GNU Lesser General Public License v2.1
405 stars 78 forks source link

use the libtool in the build directory #37

Closed mtmiller closed 6 years ago

mtmiller commented 7 years ago

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.

mtmiller commented 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`