[Mesa-dev] [PATCH] automake: Add AM_PROG_AR before LT_INIT to silence a lot of warnings.
Kenneth Graunke
kenneth at whitecape.org
Wed May 30 21:54:21 PDT 2012
Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index 9fb8149..9d22451 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,8 @@ echo \#buildapi-variable-no-builddir >/dev/null
# to make
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AM_PROG_AR
+
LT_PREREQ([2.2])
LT_INIT([disable-static])
--
1.7.10.3
More information about the mesa-dev
mailing list