diff mbox

[conntrack-tools,1/6] configure: Add AM_PROG_AR to silence automake warning

Message ID 20150516083153.GC14201@euler
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Felix Janda May 16, 2015, 9:19 a.m. UTC
/usr/share/automake-1.13/am/ltlibrary.am: warning: 'ct_helper_tns.la': linking libtool libraries using a non-POSIX
/usr/share/automake-1.13/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
src/helpers/Makefile.am:3:   while processing Libtool library 'ct_helper_tns.la'

Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

Comments

Pablo Neira Ayuso May 21, 2015, 12:49 p.m. UTC | #1
Series for conntrack-tools applied, thanks.

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index f0800d6..523a192 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@  AC_SUBST([libdl_LIBS])
 
 AC_PROG_CC
 AC_DISABLE_STATIC
+AM_PROG_AR
 AM_PROG_LIBTOOL
 AC_PROG_INSTALL
 AC_PROG_LN_S