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