Yup, glibtool is needed on the Mac (brew install libtool .... makes /usr/local/bin/glibtool). That and a corresponding shim source:
#!/bin/sh /usr/local/bin/glibtool "$@"
Yup, glibtool is needed on the Mac (brew install libtool .... makes /usr/local/bin/glibtool). That and a corresponding shim source:
#!/bin/sh /usr/local/bin/glibtool "$@"