netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [conntrack-tools PATCH 1/6] configure: Add AM_PROG_AR to silence automake warning
@ 2015-05-16  9:19 Felix Janda
  2015-05-21 12:49 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Janda @ 2015-05-16  9:19 UTC (permalink / raw)
  To: netfilter-devel

/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(+)

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
-- 
2.3.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [conntrack-tools PATCH 1/6] configure: Add AM_PROG_AR to silence automake warning
  2015-05-16  9:19 [conntrack-tools PATCH 1/6] configure: Add AM_PROG_AR to silence automake warning Felix Janda
@ 2015-05-21 12:49 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2015-05-21 12:49 UTC (permalink / raw)
  To: Felix Janda; +Cc: netfilter-devel

Series for conntrack-tools applied, thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-21 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-16  9:19 [conntrack-tools PATCH 1/6] configure: Add AM_PROG_AR to silence automake warning Felix Janda
2015-05-21 12:49 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).