From c52e6ebc992a317bfa3c1a67b8931e2e6cc40215 Mon Sep 17 00:00:00 2001 From: Will Song Date: Wed, 25 Nov 2015 11:55:18 -0600 Subject: [PATCH] change ./configure to ./autogen.sh because ./configure does not exist in a fresh clone of the repository --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index a83a6c76..fdf4200d 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)