netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* libnetfilter_log build updates 2
@ 2010-11-05 17:55 Jan Engelhardt
  2010-11-05 17:55 ` [PATCH 1/2] build: default to not building static libraries Jan Engelhardt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jan Engelhardt @ 2010-11-05 17:55 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel


The following changes since commit b472e11be65855088bbe144acfc779ae5a3a66f2:

  Add .gitignore files (2010-10-31 00:05:50 +0200)

are available in the git repository at:
  git://dev.medozas.de/libnetfilter_log master

Jan Engelhardt (2):
      build: default to not building static libraries
      build: use AC_OUTPUT

 configure.ac |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

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

* [PATCH 1/2] build: default to not building static libraries
  2010-11-05 17:55 libnetfilter_log build updates 2 Jan Engelhardt
@ 2010-11-05 17:55 ` Jan Engelhardt
  2010-11-05 17:55 ` [PATCH 2/2] build: use AC_OUTPUT Jan Engelhardt
  2010-11-07 19:50 ` libnetfilter_log build updates 2 Pablo Neira Ayuso
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Engelhardt @ 2010-11-05 17:55 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4e1dd6b..abd3a17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6])
 
 AC_PROG_CC
+AC_DISABLE_STATIC
 AM_PROG_LIBTOOL
 AC_PROG_INSTALL
 AC_PROG_LN_S
-- 
1.7.1


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

* [PATCH 2/2] build: use AC_OUTPUT
  2010-11-05 17:55 libnetfilter_log build updates 2 Jan Engelhardt
  2010-11-05 17:55 ` [PATCH 1/2] build: default to not building static libraries Jan Engelhardt
@ 2010-11-05 17:55 ` Jan Engelhardt
  2010-11-07 19:50 ` libnetfilter_log build updates 2 Pablo Neira Ayuso
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Engelhardt @ 2010-11-05 17:55 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
 configure.ac |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index abd3a17..4a86fae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,5 +24,7 @@ dnl Dependencies
 PKG_CHECK_MODULES([LIBNFNETLINK], [libnfnetlink >= 0.0.41])
 
 dnl Output the makefile
-AC_OUTPUT(Makefile src/Makefile include/Makefile include/libnetfilter_log/Makefile utils/Makefile libnetfilter_log.pc doxygen.cfg)
-
+AC_CONFIG_FILES([Makefile src/Makefile include/Makefile
+	include/libnetfilter_log/Makefile utils/Makefile libnetfilter_log.pc
+	doxygen.cfg])
+AC_OUTPUT
-- 
1.7.1


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

* Re: libnetfilter_log build updates 2
  2010-11-05 17:55 libnetfilter_log build updates 2 Jan Engelhardt
  2010-11-05 17:55 ` [PATCH 1/2] build: default to not building static libraries Jan Engelhardt
  2010-11-05 17:55 ` [PATCH 2/2] build: use AC_OUTPUT Jan Engelhardt
@ 2010-11-07 19:50 ` Pablo Neira Ayuso
  2 siblings, 0 replies; 4+ messages in thread
From: Pablo Neira Ayuso @ 2010-11-07 19:50 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: netfilter-devel

On 05/11/10 18:55, Jan Engelhardt wrote:
>  git://dev.medozas.de/libnetfilter_log master

Also pulled and pushed, thanks!

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

end of thread, other threads:[~2010-11-07 19:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-05 17:55 libnetfilter_log build updates 2 Jan Engelhardt
2010-11-05 17:55 ` [PATCH 1/2] build: default to not building static libraries Jan Engelhardt
2010-11-05 17:55 ` [PATCH 2/2] build: use AC_OUTPUT Jan Engelhardt
2010-11-07 19:50 ` libnetfilter_log build updates 2 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).