core: use glibtoolize on mac instead of libtoolize
This commit is contained in:
parent
2ea9f673a8
commit
cdb2a7374d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user