diff options
author | TingPing <tingping@tingping.se> | 2014-06-21 23:13:05 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-06-21 23:13:05 -0400 |
commit | 9a5977a9c983fc1bbe4b52a6ab600412a26cd359 (patch) | |
tree | 784c4136e418493973557431c41c32f76db9ae75 | |
parent | c3c6b46230df853b51b0979c1c5a561517b000a0 (diff) |
Fix autotools warning
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 0 deletions
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 7afe3224..a44bfb9d 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) |