Use the AM_PROG_AR macro in configure.ac.

This fixes some warnings when running the 'bootstrap' script.
This commit is contained in:
Olivier Teulière 2015-02-24 22:28:31 +01:00
parent 851e923998
commit 8077525893
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
*/Makefile.in
Makefile
Makefile.in
ar-lib
compile
config.guess
config.h

View file

@ -22,6 +22,7 @@ AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CXX
AC_PROG_MAKE_SET
AC_PROG_RANLIB
AM_PROG_AR
PKG_PROG_PKG_CONFIG
AC_CHECK_HEADERS_ONCE(execinfo.h)