* Problems with autotools
@ 2007-01-23 11:24 Victor Stinner
2007-01-23 12:49 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Victor Stinner @ 2007-01-23 11:24 UTC (permalink / raw)
To: netfilter-devel
Hi,
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
- libnfnetlink, libnetfilter_conntrack, libnetfilter_queue autogen.sh use "=="
to compare string whereas sh only accepts "="
~~> use « [ "x$1" = "xdistrib" ] && include »
- libtoolize may use option --force and --automake
Victor Stinner
http://www.inl.fr/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problems with autotools
2007-01-23 11:24 Problems with autotools Victor Stinner
@ 2007-01-23 12:49 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2007-01-23 12:49 UTC (permalink / raw)
To: Victor Stinner; +Cc: netfilter-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-23 12:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-23 11:24 Problems with autotools Victor Stinner
2007-01-23 12:49 ` Pablo Neira Ayuso
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).