netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Ulogd2: fix autogen.sh
@ 2008-01-03 13:22 Eric Leblond
  2008-01-03 17:41 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Leblond @ 2008-01-03 13:22 UTC (permalink / raw)
  To: Netfilter Developer Mailing List


[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Ulogd2: fix autogen.sh
  2008-01-03 13:22 Ulogd2: fix autogen.sh Eric Leblond
@ 2008-01-03 17:41 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2008-01-03 17:41 UTC (permalink / raw)
  To: Eric Leblond; +Cc: Netfilter Developer Mailing List

Hi Eric,

Eric Leblond wrote:
> 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.

Applied. And aclocal.m4 deleted.

-- 
"Los honestos son inadaptados sociales" -- Les Luthiers

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-03 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-03 13:22 Ulogd2: fix autogen.sh Eric Leblond
2008-01-03 17:41 ` 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).