1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

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
+3 -1
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"