Commit d4dcb8a3 authored by earthdok's avatar earthdok Committed by Commit bot

Instrumented libraries: fix the run-before-build script for libasound2.

BUG=414189
TBR=glider@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/613303002

Cr-Commit-Position: refs/heads/master@{#297446}
parent ebd596bd
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment