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:
committed by
Sebastien Helleu
parent
2ea9f673a8
commit
cdb2a7374d
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user