diff -r 000000000000 -r 6474c204b198 ipc/chromium/src/third_party/libevent/autogen.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ipc/chromium/src/third_party/libevent/autogen.sh Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,15 @@ +#!/bin/sh +if [ -x "`which autoreconf 2>/dev/null`" ] ; then + exec autoreconf -ivf +fi + +LIBTOOLIZE=libtoolize +SYSNAME=`uname` +if [ "x$SYSNAME" = "xDarwin" ] ; then + LIBTOOLIZE=glibtoolize +fi +aclocal -I m4 && \ + autoheader && \ + $LIBTOOLIZE && \ + autoconf && \ + automake --add-missing --force-missing --copy