Fix autotools warning

This commit is contained in:
TingPing 2014-06-21 23:13:05 -04:00
parent c3c6b46230
commit 9a5977a9c9
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ Makefile.in
aclocal.m4
autom4te.cache/
compile
ar-lib
confdefs.h
conftest
conftest.c

View File

@ -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)