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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rwxr-xr-x

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 #!/bin/sh
     2 if [ -x "`which autoreconf 2>/dev/null`" ] ; then
     3    exec autoreconf -ivf
     4 fi
     6 LIBTOOLIZE=libtoolize
     7 SYSNAME=`uname`
     8 if [ "x$SYSNAME" = "xDarwin" ] ; then
     9   LIBTOOLIZE=glibtoolize
    10 fi
    11 aclocal -I m4 && \
    12 	autoheader && \
    13 	$LIBTOOLIZE && \
    14 	autoconf && \
    15 	automake --add-missing --force-missing --copy

mercurial