configure: add AM_PROG_AR
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 5 Sep 2013 12:20:10 +0000 (14:20 +0200)
committerMatt Porter <matt.porter@linaro.org>
Thu, 5 Sep 2013 12:27:31 +0000 (08:27 -0400)
commit8b074b73d1c31ae59b572bdf1c2cafce3a9c6f02
tree3d58ec85c4c7da9dc554f3b8382b83b98c4a7001
parenta6a036a40344eca0c05de488e1dfca4d0c652b78
configure: add AM_PROG_AR

This fixes:

| automake: warnings are treated as errors
| /build/v2012.12/build/tmp-angstrom_v2012_12-eglibc/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libgadget.la': linking libtool libraries using a non-POSIX
| /build/v2012.12/build/tmp-angstrom_v2012_12-eglibc/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
| src/Makefile.am:1:   while processing Libtool library 'libgadget.la'

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
configure.ac