All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] autogen.sh for conntrack
@ 2005-10-24  8:07 Eric Leblond
  2005-10-24  8:10 ` [PATCH] autogen.sh for libnetfilter_conntrack Eric Leblond
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Leblond @ 2005-10-24  8:07 UTC (permalink / raw)
  To: Netfilter Development Mailinglist; +Cc: gryzor, pablo

[-- 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
   + *


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

end of thread, other threads:[~2005-10-26  7:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-24  8:07 [PATCH] autogen.sh for conntrack Eric Leblond
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

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.