automake: Add AM_PROG_AR before LT_INIT to silence a lot of warnings.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 31 May 2012 04:54:21 +0000 (21:54 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 11 Jun 2012 20:27:36 +0000 (13:27 -0700)
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>
bin/.gitignore
configure.ac

index 2ee67a666a1f42627d3150e1109e00ad08b98310..dfaa6d3664461e2f651307b3982ef14f6ea9e0fb 100644 (file)
@@ -5,3 +5,4 @@ install-sh
 /missing
 ylwrap
 compile
+ar-lib
index 88a2df6ab4016892e34d78b29cc6587293ab663d..29ee87bb004aa5f32eab1615755d46437acb229e 100644 (file)
@@ -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])