Author :
Niels Provos
Date :
2008-03-02 21:18:33
Hash :558de9b3 Message :Provide OpenSSL style support for multiple threads accessing the same event_base
svn:r684
autogen.sh
#!/bin/sh
LIBTOOLIZE=libtoolize
SYSNAME=`uname`
if [ "x$SYSNAME" = "xDarwin" ] ; then
LIBTOOLIZE=glibtoolize
fi
aclocal -I m4 && \
autoheader && \
$LIBTOOLIZE && \
autoconf && \
automake --add-missing --copy