From 6612114f86056138f4442bd2f7c4ece301d86942 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sat, 16 Oct 2010 07:22:19 -0500 Subject: [PATCH] [devel] Updated INSTALL (omitted autogen.sh, ../configure should be ./configure) --- INSTALL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index a50293d04..d0d3e8024 100644 --- a/INSTALL +++ b/INSTALL @@ -16,9 +16,10 @@ autogen.sh with the --force option, if supported by your version of the tools. To be really sure that you aren't using any of the included pre-built scripts, you can do this: - ../configure --enable-maintainer-mode + ./configure --enable-maintainer-mode make maintainer-clean - ../configure [--prefix=/path] [other options] + ./autogen.sh + ./configure [--prefix=/path] [other options] make make install make check