Chromium Code Reviews| Index: third_party/libevent/autogen.sh |
| diff --git a/third_party/libevent/autogen.sh b/third_party/libevent/autogen.sh |
| deleted file mode 100755 |
| index 099cb30501da3367342dbcbd31de1987151af7a6..0000000000000000000000000000000000000000 |
| --- a/third_party/libevent/autogen.sh |
| +++ /dev/null |
| @@ -1,15 +0,0 @@ |
| -#!/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 && \ |
| - autoheader && \ |
| - $LIBTOOLIZE && \ |
| - autoconf && \ |
| - automake --add-missing --copy |