summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2008-03-02 21:18:33 +0000
committerNiels Provos <provos@gmail.com>2008-03-02 21:18:33 +0000
commit558de9b3776bf378fe2416c1c86639bc7abef3db (patch)
treec8b7750098a9fa83e23a06ccc59b8514dc8313b0 /autogen.sh
parent19dad16699ddf396c87e7c44c174e6716c0d160c (diff)
downloadlibevent-558de9b3776bf378fe2416c1c86639bc7abef3db.tar.gz
Provide OpenSSL style support for multiple threads accessing the same event_base
svn:r684
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 6d4275a6..da16b757 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@ SYSNAME=`uname`
if [ "x$SYSNAME" = "xDarwin" ] ; then
LIBTOOLIZE=glibtoolize
fi
-aclocal && \
+aclocal -I m4 && \
autoheader && \
$LIBTOOLIZE && \
autoconf && \