Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1505)

Unified Diff: third_party/libevent/autogen.sh

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libevent/android/event-config.h ('k') | third_party/libevent/buffer.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/libevent/android/event-config.h ('k') | third_party/libevent/buffer.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698