netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* libnetfilter_log patches
@ 2012-10-08 13:15 Jan Engelhardt
  2012-10-08 13:15 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Engelhardt @ 2012-10-08 13:15 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel


The following changes since commit fee63b81ee432d0b3e03ffcf9f54cda99476f267:

  build: remove unused lines in Makefile.am (2012-06-24 14:57:48 +0200)

are available in the git repository at:

  git://git.inai.de/libnetfilter_log master

for you to fetch changes up to 1aa23946431ac593568ccac0e0b6925e7dfd7bd3:

  build: resolve automake-1.12 warnings (2012-10-08 15:15:07 +0200)

----------------------------------------------------------------
Jan Engelhardt (1):
      build: resolve automake-1.12 warnings

 configure.ac |    1 +
 1 file changed, 1 insertion(+)

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

* [PATCH] build: resolve automake-1.12 warnings
  2012-10-08 13:15 libnetfilter_log patches Jan Engelhardt
@ 2012-10-08 13:15 ` Jan Engelhardt
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Engelhardt @ 2012-10-08 13:15 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

am/ltlibrary.am: warning: 'libnetfilter_log.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 fe6e75f..e6e1317 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([-Wall foreign subdir-objects
 	tar-pax no-dist-gzip dist-bzip2 1.6])
+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


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

end of thread, other threads:[~2012-10-08 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08 13:15 libnetfilter_log patches Jan Engelhardt
2012-10-08 13:15 ` [PATCH] build: resolve automake-1.12 warnings Jan Engelhardt

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).