diff options
author | earthdok <earthdok@chromium.org> | 2014-09-30 10:49:02 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-30 17:49:23 +0000 |
commit | d4dcb8a38c17edbda4aa04c1e2fa6d93ebb21c7f (patch) | |
tree | c9f730a536aca0767effda95d7e1a75714bb2ded /third_party/instrumented_libraries/scripts | |
parent | ebd596bdd2b8ec66884d7f3a41a7f171cd11bf2c (diff) | |
download | chromium_src-d4dcb8a38c17edbda4aa04c1e2fa6d93ebb21c7f.zip chromium_src-d4dcb8a38c17edbda4aa04c1e2fa6d93ebb21c7f.tar.gz chromium_src-d4dcb8a38c17edbda4aa04c1e2fa6d93ebb21c7f.tar.bz2 |
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}
Diffstat (limited to 'third_party/instrumented_libraries/scripts')
-rwxr-xr-x | third_party/instrumented_libraries/scripts/libasound2.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/third_party/instrumented_libraries/scripts/libasound2.sh b/third_party/instrumented_libraries/scripts/libasound2.sh index 78ea02d..765914b 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 |