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

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rwxr-xr-x

Ignore runtime configuration files generated during quality assurance.

     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