* [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
* [PATCH] autogen.sh for libnetfilter_conntrack
2005-10-24 8:07 [PATCH] autogen.sh for conntrack Eric Leblond
@ 2005-10-24 8:10 ` Eric Leblond
2005-10-24 23:51 ` Pablo Neira
0 siblings, 1 reply; 5+ messages in thread
From: Eric Leblond @ 2005-10-24 8:10 UTC (permalink / raw)
To: Netfilter Development Mailinglist; +Cc: gryzor, pablo
[-- 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 --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] autogen.sh for libnetfilter_conntrack
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
0 siblings, 1 reply; 5+ messages in thread
From: Pablo Neira @ 2005-10-24 23:51 UTC (permalink / raw)
To: Eric Leblond; +Cc: Netfilter Development Mailinglist, gryzor
bonjour Eric,
Eric Leblond wrote:
> I've just added a "libtoolize -f" call to autogen.sh. It was not
> compiling cleanly from svn without that.
AFAIK, autoreconf is supposed to supersede autogen.sh-like scripts. That
is what I've used so far. Is there any extra reason why someone could
need autogen.sh?
Anyway I'll apply your patches, my guess is that other users will be
complaining about the autogen.sh file missing sooner or later.
cheers,
Pablo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] autogen.sh for libnetfilter_conntrack
2005-10-24 23:51 ` Pablo Neira
@ 2005-10-26 2:10 ` Christian Hentschel
2005-10-26 7:21 ` Eric Leblond
0 siblings, 1 reply; 5+ messages in thread
From: Christian Hentschel @ 2005-10-26 2:10 UTC (permalink / raw)
To: Pablo Neira; +Cc: Eric Leblond, Netfilter Development Mailinglist, gryzor
[-- Attachment #1: Type: text/plain, Size: 332 bytes --]
> AFAIK, autoreconf is supposed to supersede autogen.sh-like scripts. That
> is what I've used so far. Is there any extra reason why someone could
> need autogen.sh?
No. I don't think so. But maybe adding a line about autoreconf to the INSTALL file would help.
Cheers.
--
Christian Hentschel <chentschel@arnet.com.ar>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] autogen.sh for libnetfilter_conntrack
2005-10-26 2:10 ` Christian Hentschel
@ 2005-10-26 7:21 ` Eric Leblond
0 siblings, 0 replies; 5+ messages in thread
From: Eric Leblond @ 2005-10-26 7:21 UTC (permalink / raw)
To: Christian Hentschel
Cc: Netfilter Development Mailinglist, gryzor, Pablo Neira
[-- Attachment #1: Type: text/plain, Size: 704 bytes --]
Hi;
Le mardi 25 octobre 2005 à 23:10 -0300, Christian Hentschel a écrit :
> > AFAIK, autoreconf is supposed to supersede autogen.sh-like scripts. That
> > is what I've used so far. Is there any extra reason why someone could
> > need autogen.sh?
> No. I don't think so. But maybe adding a line about autoreconf to the INSTALL file would help.
Yes good idea, but things should be the same in other component where
there is a autogen.sh script.
And send a bug report to autoreconf author because autoreconf do not use
"libtoolize -f" and there is some problem with that...
BR,
--
Éric Leblond, eleblond@inl.fr
Téléphone : 01 44 89 46 40, Fax : 01 44 89 45 01
INL, http://www.inl.fr
[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ 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.