From 4a5d020ee39576660f72283714822192294323b8 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Wed, 30 May 2012 21:54:21 -0700 Subject: [PATCH] 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 Reviewed-by: Eric Anholt --- bin/.gitignore | 1 + configure.ac | 2 ++ 2 files changed, 3 insertions(+) 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 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]) -- 2.30.2