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

Unified Diff: autogen.sh

Issue 66503002: Updating Opus 1.1 Beta (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/opus.git@master
Patch Set: Created 7 years, 1 month 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 | « no previous file | tests/test_opus_padding.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: autogen.sh
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 942ba098a210666280e924f86f70383aacaddb52..0000000000000000000000000000000000000000
--- a/autogen.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# 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 | « no previous file | tests/test_opus_padding.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698