netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 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

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).