netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Victor Stinner <victor.stinner@inl.fr>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: Problems with autotools
Date: Tue, 23 Jan 2007 13:49:45 +0100	[thread overview]
Message-ID: <45B60469.2020305@netfilter.org> (raw)
In-Reply-To: <200701231224.43655.victor.stinner@inl.fr>

Hi Victor,

Victor Stinner wrote:
> I noticed minor problems with autotools:
> 
> - conntrack: autoheader 2.60 fails because location of config.h is missing 
>    ~~> add « AM_CONFIG_HEADER(config.h) » in configure.in

Actually, the conntrack tool does not require any config.h in order to
compile so the autoheader thing is not required AFAIK. Just committed a
patch to remove the invocation of autoheader.

> - libnfnetlink, libnetfilter_conntrack, libnetfilter_queue autogen.sh use "==" 
> to compare string whereas sh only accepts "=" 
>    ~~> use « [ "x$1" = "xdistrib" ] && include »

Fixed in SVN

> - libtoolize may use option --force and --automake

Just read the docs but unsure about when to use one or another.

-- 
The dawn of the fourth age of Linux firewalling is coming; a time of
great struggle and heroic deeds -- J.Kadlecsik got inspired by J.Morris

      reply	other threads:[~2007-01-23 12:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-23 11:24 Problems with autotools Victor Stinner
2007-01-23 12:49 ` Pablo Neira Ayuso [this message]

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=45B60469.2020305@netfilter.org \
    --to=pablo@netfilter.org \
    --cc=netfilter-devel@lists.netfilter.org \
    --cc=victor.stinner@inl.fr \
    /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).