huzheng001 / stardict-3

Automatically exported from code.google.com/p/stardict-3
GNU General Public License v3.0
304 stars 65 forks source link

autogen.sh: Use glibtoolize if there's no libtoolize #106

Closed ryandesign closed 1 year ago

ryandesign commented 2 years ago

On macOS Apple provides a script called libtool that is unrelated to GNU libtool (and there is no libtoolize). In order to not conflict with Apple's libtool, when GNU libtool is installed on macOS it is customary to install it with a "g" prefix: glibtool and glibtoolize. Update autogen.sh to find glibtoolize if there is no libtoolize.