Merge branch 'master' into pb/gitpm
[gitweb.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index f8dfa19edb062dd3b5ba857351d5aa8dc3671721..0d432d713f98c41bd1e40c015a31c366a13ad40b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -16,7 +16,7 @@ install" would not work.
 Alternatively you can use autoconf generated ./configure script to
 set up install paths (via config.mak.autogen), so you can write instead
 
-       $ autoconf ;# as yourself if ./configure doesn't exist yet
+       $ make configure ;# as yourself
        $ ./configure --prefix=/usr ;# as yourself
        $ make all doc ;# as yourself
        # make install install-doc ;# as root