Fix build with automake 1.12
authorCristian Rodríguez <crrodriguez@opensuse.org>
Sat, 2 Jun 2012 21:00:56 +0000 (17:00 -0400)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Fri, 8 Jun 2012 10:13:29 +0000 (20:13 +1000)
commit63c874f0fd1d010eca67c8b78e2050a244b2b7f4
treeecf9106a87fdec1f69aba33ba56c4ca40ebba21c
parent04ca6fd9e103d66aede0f7f3d3664ebc87aed7f9
Fix build with automake 1.12

recent autotools require calling AM_PROG_AR before LT_INIT
this macro needs to be conditionally defined as it is not
present in old versions.

Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
configure.ac