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

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

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 <eric@inl.fr>

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

Index: autogen.sh
===================================================================
--- autogen.sh	(révision 0)
+++ autogen.sh	(révision 0)
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+run ()
+{
+    echo "running: $*"
+    eval $*
+
+    if test $? != 0 ; then
+	echo "error: while running '$*'"
+	exit 1
+    fi
+}
+
+run aclocal
+run libtoolize -f
+run autoheader
+run automake -a
+run autoconf

Modification de propriétés sur autogen.sh
___________________________________________________________________
Nom : svn:executable
   + *


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

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-24  8:07 Eric Leblond [this message]
2005-10-24  8:10 ` [PATCH] autogen.sh for libnetfilter_conntrack Eric Leblond
2005-10-24 23:51   ` 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=1130141237.11255.4.camel@localhost.localdomain \
    --to=eric@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.