From 3e3939b3f0992d45993be3fff110c8345a5847d3 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sat, 21 Jun 2014 23:13:05 -0400 Subject: [PATCH] Fix autotools warning --- .gitignore | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 268ec4fd..137204b8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ Makefile.in aclocal.m4 autom4te.cache/ compile +ar-lib confdefs.h conftest conftest.c diff --git a/configure.ac b/configure.ac index fdcf4fb9..cb39eee6 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,7 @@ AC_PROG_CC AM_PROG_CC_C_O AC_PROG_CPP AM_PROG_AS +AM_PROG_AR AM_DISABLE_STATIC AC_PROG_LIBTOOL AC_PATH_PROG(MDTOOL, mdtool, no)