diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2012-05-30 21:54:21 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2012-06-11 13:27:36 -0700 |
commit | 4a5d020ee39576660f72283714822192294323b8 (patch) | |
tree | 19afe49c99997bf68d500cf996e20a534612ecdb /bin | |
parent | ea606ee7b49d130fdedd5a707e79fc9e37ba280c (diff) | |
download | mesa-4a5d020ee39576660f72283714822192294323b8.tar.gz |
automake: Add AM_PROG_AR before LT_INIT to silence a lot of warnings.
The warnings appear to occur with newer automake (probably 1.12).
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/.gitignore b/bin/.gitignore index 2ee67a666a1..dfaa6d36644 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -5,3 +5,4 @@ install-sh /missing ylwrap compile +ar-lib |