Hash : 558de9b3 Author : Date : 2008-03-02T21:18:33
Provide OpenSSL style support for multiple threads accessing the same event_base svn:r684
Download
1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh LIBTOOLIZE=libtoolize SYSNAME=`uname` if [ "x$SYSNAME" = "xDarwin" ] ; then LIBTOOLIZE=glibtoolize fi aclocal -I m4 && \ autoheader && \ $LIBTOOLIZE && \ autoconf && \ automake --add-missing --copy