diff options
author | Kenneth Graunke <[email protected]> | 2012-05-30 21:54:21 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-06-11 13:27:36 -0700 |
commit | 4a5d020ee39576660f72283714822192294323b8 (patch) | |
tree | 19afe49c99997bf68d500cf996e20a534612ecdb /configure.ac | |
parent | ea606ee7b49d130fdedd5a707e79fc9e37ba280c (diff) |
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 <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 88a2df6ab40..29ee87bb004 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,8 @@ echo \#buildapi-variable-no-builddir >/dev/null # to make m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) + LT_PREREQ([2.2]) LT_INIT([disable-static]) |