]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
Fix autotools warning
authorTingPing <redacted>
Sun, 22 Jun 2014 03:13:05 +0000 (23:13 -0400)
committerTingPing <redacted>
Fri, 27 Jun 2014 23:43:39 +0000 (19:43 -0400)
.gitignore
configure.ac

index 268ec4fd661dcff2fde174dad83ba0aff55af7f5..137204b8ffa254a4a5d64c5261bf5e4afab33951 100644 (file)
@@ -7,6 +7,7 @@ Makefile.in
 aclocal.m4
 autom4te.cache/
 compile
+ar-lib
 confdefs.h
 conftest
 conftest.c
index fdcf4fb919dea03fb4c3cbee76214dafd1a68cb1..cb39eee63b2a03ae8e405b8d0498e03c0457cf6f 100644 (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)