mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
try to get autogen.sh playing nice on Darwin
This commit is contained in:
parent
4c1c2667b6
commit
1ab415a779
1 changed files with 8 additions and 2 deletions
10
autogen.sh
10
autogen.sh
|
@ -1,4 +1,10 @@
|
|||
#!/bin/sh
|
||||
autoreconf --force --install -I config -I m4
|
||||
|
||||
LIBTOOLIZE=libtoolize
|
||||
if [ "$(uname)" == "Darwin" ] ; then
|
||||
LIBTOOLIZE=glibtoolize
|
||||
fi
|
||||
|
||||
autoreconf -fiv -I config -I m4
|
||||
cd third-party/libevent
|
||||
sh ./autogen.sh
|
||||
autoreconf -fiv -I config -I m4
|
||||
|
|
Loading…
Reference in a new issue