| 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
|
|
|