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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 #!/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.
2 # Run this to set up the build system: configure, makefiles, etc.
3 set -e
4
5 srcdir=`dirname $0`
6 test -n "$srcdir" && cd "$srcdir"
7
8 echo "Updating build configuration files, please wait...."
9
10 ACLOCAL_FLAGS="-I m4"
11 autoreconf -isf
OLDNEW
« 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