netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Engelhardt <jengelh@inai.de>
To: pablo@netfilter.org
Cc: netfilter-devel@vger.kernel.org
Subject: [PATCH] build: resolve automake-1.12 warnings
Date: Mon,  8 Oct 2012 15:08:30 +0200	[thread overview]
Message-ID: <1349701710-17325-2-git-send-email-jengelh@inai.de> (raw)
In-Reply-To: <1349701710-17325-1-git-send-email-jengelh@inai.de>

am/ltlibrary.am: warning: 'libnetfilter_acct.la': linking libtool
libraries using a non-POSIX archiver requires 'AM_PROG_AR' in
'configure.ac'

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
 configure.ac |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index e4aa2e4..3b1b3c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2
 	1.6 subdir-objects])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 
 dnl kernel style compile messages
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-- 
1.7.10.4


  reply	other threads:[~2012-10-08 13:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-08 13:08 libnetfilter_acct patches Jan Engelhardt
2012-10-08 13:08 ` Jan Engelhardt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-10-08 13:12 libnetfilter_conntrack patches Jan Engelhardt
2012-10-08 13:12 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
2012-10-08 13:14 libnetfilter_cttimeout patches Jan Engelhardt
2012-10-08 13:14 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
2012-10-08 13:15 libnetfilter_log patches Jan Engelhardt
2012-10-08 13:15 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
2012-10-08 13:17 libnetfilter_queue patches Jan Engelhardt
2012-10-08 13:17 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
2012-10-08 15:17   ` Pablo Neira Ayuso
2012-10-08 15:33     ` Jan Engelhardt
2012-10-09 14:02 libnfnetlink patches Jan Engelhardt
2012-10-09 14:02 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1349701710-17325-2-git-send-email-jengelh@inai.de \
    --to=jengelh@inai.de \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).