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

Unified Diff: third_party/instrumented_libraries/scripts/libasound2.sh

Issue 613303002: Instrumented libraries: fix the run-before-build script for libasound2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/scripts/libasound2.sh
diff --git a/third_party/instrumented_libraries/scripts/libasound2.sh b/third_party/instrumented_libraries/scripts/libasound2.sh
index 78ea02d03ca7aaf2ffec7bbb2fd2043defdda77e..765914b1ac0754a00cb77ce132316fece19de85c 100755
--- a/third_party/instrumented_libraries/scripts/libasound2.sh
+++ b/third_party/instrumented_libraries/scripts/libasound2.sh
@@ -5,7 +5,9 @@
# This script does some preparations before build of instrumented libasound2.
-libtoolize --force --copy
+# Instructions from the INSTALL file.
+libtoolize --force --copy --automake
aclocal
+autoheader
autoconf
-automake
+automake --foreign --copy --add-missing
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698