All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Leblond <eleblond@inl.fr>
To: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Cc: gryzor@inl.fr, pablo@netfilter.org
Subject: [PATCH] autogen.sh for libnetfilter_conntrack
Date: Mon, 24 Oct 2005 10:10:44 +0200	[thread overview]
Message-ID: <1130141444.11255.10.camel@localhost.localdomain> (raw)
In-Reply-To: <1130141237.11255.4.camel@localhost.localdomain>


[-- Attachment #1.1: Type: text/plain, Size: 375 bytes --]

Hi,

I've just added a "libtoolize -f" call to autogen.sh. It was not
compiling cleanly from svn without that.

Le lundi 24 octobre 2005 à 10:07 +0200, Eric Leblond a écrit :
> Hi,
> 
> Here's just a simple autogen.sh for conntrack. I've suppressed explicit
> linking with 1.6 version as this is really boring.
> 
> BR, 
-- 
Eric Leblond <eleblond@inl.fr>
INL

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: libnetfilter_conntrack.diff --]
[-- Type: text/x-patch; name=libnetfilter_conntrack.diff; charset=us-ascii, Size: 316 bytes --]

Index: autogen.sh
===================================================================
--- autogen.sh	(révision 4377)
+++ autogen.sh	(copie de travail)
@@ -11,7 +11,8 @@
     fi
 }
 
-run aclocal-1.6
+run aclocal
+run libtoolize -f
 #run autoheader
-run automake-1.6 -a
+run automake -a
 run autoconf

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-10-24  8:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-24  8:07 [PATCH] autogen.sh for conntrack Eric Leblond
2005-10-24  8:10 ` Eric Leblond [this message]
2005-10-24 23:51   ` [PATCH] autogen.sh for libnetfilter_conntrack Pablo Neira
2005-10-26  2:10     ` Christian Hentschel
2005-10-26  7:21       ` Eric Leblond

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=1130141444.11255.10.camel@localhost.localdomain \
    --to=eleblond@inl.fr \
    --cc=gryzor@inl.fr \
    --cc=netfilter-devel@lists.netfilter.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.