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
1 changed files with 8 additions and 2 deletions

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