1
0
Fork 0
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:
Charles Kerr 2007-08-15 20:31:17 +00:00
parent 4c1c2667b6
commit 1ab415a779

View file

@ -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