| Index: third_party/instrumented_libraries/libasound2.sh
|
| diff --git a/third_party/instrumented_libraries/libnspr4.sh b/third_party/instrumented_libraries/libasound2.sh
|
| similarity index 78%
|
| copy from third_party/instrumented_libraries/libnspr4.sh
|
| copy to third_party/instrumented_libraries/libasound2.sh
|
| index bd52eabdbc417412298e1d8cc4fd8046931ad4e5..0d1e60902759684933f9d783be2a82f270ea9273 100755
|
| --- a/third_party/instrumented_libraries/libnspr4.sh
|
| +++ b/third_party/instrumented_libraries/libasound2.sh
|
| @@ -3,6 +3,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# This script does some preparations before build of instrumented libnspr4.
|
| +# This script does some preparations before build of instrumented libasound2.
|
|
|
| -mv mozilla/nsprpub/* .
|
| +libtoolize --force --copy
|
| +aclocal
|
| +autoconf
|
| +automake
|
|
|