From e0f229c96acd16d9cd5583355be963c7f4477f77 Mon Sep 17 00:00:00 2001 From: Vesa Pirila Date: Fri, 6 Feb 2015 20:45:04 +0200 Subject: [PATCH] ./configure has apparently been changed to ./autogen.sh but INSTALL was not updated --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 719369de..25eb9ea2 100644 --- a/INSTALL +++ b/INSTALL @@ -11,7 +11,7 @@ To compile irssi you need: For most people, this should work just fine: - ./configure + ./autogen.sh make su make install (not _really_ required except for perl support)