summaryrefslogtreecommitdiffstats
path: root/third_party/libevent/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libevent/autogen.sh')
-rw-r--r--third_party/libevent/autogen.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/libevent/autogen.sh b/third_party/libevent/autogen.sh
new file mode 100644
index 0000000..6d4275a
--- /dev/null
+++ b/third_party/libevent/autogen.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+LIBTOOLIZE=libtoolize
+SYSNAME=`uname`
+if [ "x$SYSNAME" = "xDarwin" ] ; then
+ LIBTOOLIZE=glibtoolize
+fi
+aclocal && \
+ autoheader && \
+ $LIBTOOLIZE && \
+ autoconf && \
+ automake --add-missing --copy