ipc/chromium/src/third_party/libevent/autogen.sh

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ipc/chromium/src/third_party/libevent/autogen.sh	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +#!/bin/sh
     1.5 +if [ -x "`which autoreconf 2>/dev/null`" ] ; then
     1.6 +   exec autoreconf -ivf
     1.7 +fi
     1.8 +
     1.9 +LIBTOOLIZE=libtoolize
    1.10 +SYSNAME=`uname`
    1.11 +if [ "x$SYSNAME" = "xDarwin" ] ; then
    1.12 +  LIBTOOLIZE=glibtoolize
    1.13 +fi
    1.14 +aclocal -I m4 && \
    1.15 +	autoheader && \
    1.16 +	$LIBTOOLIZE && \
    1.17 +	autoconf && \
    1.18 +	automake --add-missing --force-missing --copy

mercurial