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

Unified Diff: autogen.sh

Issue 882843002: Update to opus-HEAD-66611f1. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/opus.git@master
Patch Set: Created 5 years, 11 months 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 | « aclocal.m4 ('k') | celt/_kiss_fft_guts.h » ('j') | doc/release.txt » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: autogen.sh
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000000000000000000000000000000000000..942ba098a210666280e924f86f70383aacaddb52
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
wtc 2015/01/28 00:04:43 I added autogen.sh to third_party/opus/src. I am w
Sergey Ulanov 2015/01/28 01:39:14 I think it's because it's not included in tar ball
wtc 2015/01/28 17:50:47 Done. I removed this file from the CL.
+# Run this to set up the build system: configure, makefiles, etc.
+set -e
+
+srcdir=`dirname $0`
+test -n "$srcdir" && cd "$srcdir"
+
+echo "Updating build configuration files, please wait...."
+
+ACLOCAL_FLAGS="-I m4"
+autoreconf -isf
« no previous file with comments | « aclocal.m4 ('k') | celt/_kiss_fft_guts.h » ('j') | doc/release.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698