From: Eric Leblond <eric@inl.fr>
To: Netfilter Developer Mailing List <netfilter-devel@vger.kernel.org>
Subject: Ulogd2: fix autogen.sh
Date: Thu, 03 Jan 2008 14:22:35 +0100 [thread overview]
Message-ID: <1199366555.11916.2.camel@khasse.inl.fr> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 325 bytes --]
Hi,
This small patch adds a call to autoheader which is needed to compile
ulogd2 from subversion.
By the way, it could be nice to do a call to:
svn rm aclocal.m4
which should not in subversion.
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 #1.2: ulogd-autoheader-call.diff --]
[-- Type: text/x-patch, Size: 267 bytes --]
=== autogen.sh
==================================================================
--- autogen.sh (revision 4877)
+++ autogen.sh (revision 4878)
@@ -1,6 +1,7 @@
#!/bin/sh
aclocal
+autoheader
libtoolize -c --force
automake -c --add-missing
autoconf
[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next reply other threads:[~2008-01-03 13:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-03 13:22 Eric Leblond [this message]
2008-01-03 17:41 ` Ulogd2: fix autogen.sh Pablo Neira Ayuso
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=1199366555.11916.2.camel@khasse.inl.fr \
--to=eric@inl.fr \
--cc=netfilter-devel@vger.kernel.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 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).