netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iptables: Add autoreconf step in INSTALL document.
@ 2009-07-23 13:26 Saikiran Madugula
  2009-07-23 15:47 ` Jan Engelhardt
  0 siblings, 1 reply; 2+ messages in thread
From: Saikiran Madugula @ 2009-07-23 13:26 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Saikiran Madugula

Add autoreconf step in INSTALL document to clarify that one has
to do autoreconf before they can do any ./configure.

Signed-off-by: Saikiran Madugula <hummerbliss@gmail.com>
---
 INSTALL |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/INSTALL b/INSTALL
index 4a44989..a1da8ba 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,6 +3,7 @@ Installation instructions for iptables
 
 iptables uses the well-known configure(autotools) infrastructure.
 
+	$ autoreconf -vfi
 	$ ./configure
 	$ make
 	# make install
-- 
1.5.6.3

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

end of thread, other threads:[~2009-07-23 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-23 13:26 [PATCH] iptables: Add autoreconf step in INSTALL document Saikiran Madugula
2009-07-23 15:47 ` Jan Engelhardt

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