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


The following changes since commit b8df12f352db62d26e5116e960d24774d5c9f3b7:

  bump version to 1.0.0 (2012-10-08 12:25:50 +0200)

are available in the git repository at:

  git://git.inai.de/libnetfilter_cthelper master

for you to fetch changes up to c9753bf8e2bcc6510ca88133eaa79da1d9616550:

  Update .gitignore (2012-10-08 14:56:14 +0200)

----------------------------------------------------------------
Jan Engelhardt (2):
      build: resolve automake-1.12 warnings
      Update .gitignore

 .gitignore   |   18 ++++++++++++++++++
 configure.ac |    1 +
 2 files changed, 19 insertions(+)
 create mode 100644 .gitignore

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

* [PATCH 1/2] build: resolve automake-1.12 warnings
  2012-10-08 12:57 libnetfilter_cthelper patches Jan Engelhardt
@ 2012-10-08 12:57 ` Jan Engelhardt
  2012-10-08 12:57 ` [PATCH 2/2] Update .gitignore Jan Engelhardt
  2012-10-10  9:21 ` libnetfilter_cthelper patches Pablo Neira Ayuso
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Engelhardt @ 2012-10-08 12:57 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

/usr/share/automake-1.12/am/ltlibrary.am: warning:
'libnetfilter_cthelper.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 d9b0118..d52b1ce 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


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

* [PATCH 2/2] Update .gitignore
  2012-10-08 12:57 libnetfilter_cthelper patches Jan Engelhardt
  2012-10-08 12:57 ` [PATCH 1/2] build: resolve automake-1.12 warnings Jan Engelhardt
@ 2012-10-08 12:57 ` Jan Engelhardt
  2012-10-10  9:21 ` libnetfilter_cthelper patches Pablo Neira Ayuso
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Engelhardt @ 2012-10-08 12:57 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
 .gitignore |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a83525b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+.deps/
+.libs/
+Makefile
+Makefile.in
+*.o
+*.la
+*.lo
+
+/aclocal.m4
+/autom4te.cache/
+/build-aux/
+/config.*
+/configure
+/libtool
+
+/doxygen.cfg
+/*.pc
+/stamp-h1
-- 
1.7.10.4


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

* Re: libnetfilter_cthelper patches
  2012-10-08 12:57 libnetfilter_cthelper patches Jan Engelhardt
  2012-10-08 12:57 ` [PATCH 1/2] build: resolve automake-1.12 warnings Jan Engelhardt
  2012-10-08 12:57 ` [PATCH 2/2] Update .gitignore Jan Engelhardt
@ 2012-10-10  9:21 ` Pablo Neira Ayuso
  2 siblings, 0 replies; 4+ messages in thread
From: Pablo Neira Ayuso @ 2012-10-10  9:21 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: netfilter-devel

On Mon, Oct 08, 2012 at 02:57:18PM +0200, Jan Engelhardt wrote:
> 
> The following changes since commit b8df12f352db62d26e5116e960d24774d5c9f3b7:
> 
>   bump version to 1.0.0 (2012-10-08 12:25:50 +0200)
> 
> are available in the git repository at:
> 
>   git://git.inai.de/libnetfilter_cthelper master

All these little updates for the configure.ac files of the libraries
has been pulled. Thanks.

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

end of thread, other threads:[~2012-10-10  9:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08 12:57 libnetfilter_cthelper patches Jan Engelhardt
2012-10-08 12:57 ` [PATCH 1/2] build: resolve automake-1.12 warnings Jan Engelhardt
2012-10-08 12:57 ` [PATCH 2/2] Update .gitignore Jan Engelhardt
2012-10-10  9:21 ` libnetfilter_cthelper patches 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).