core: use glibtoolize on mac instead of libtoolize

This commit is contained in:
Fredrik Fornwall 2014-03-12 22:15:58 +01:00 committed by Sebastien Helleu
parent 2ea9f673a8
commit cdb2a7374d

View File

@ -71,7 +71,9 @@ run "mkdir intl"
# execute autotools cmds
run "autopoint -f"
run "libtoolize --automake --force --copy"
LIBTOOLIZE=libtoolize
test `uname` = "Darwin" && LIBTOOLIZE=glibtoolize
run "$LIBTOOLIZE --automake --force --copy"
run "aclocal --force -I config/m4"
run "autoheader"
run "autoconf"