X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=INSTALL;h=fa9bf74a208697bd4c6cd5c91f3335b2f5475a49;hb=2886bdb118699fbc343e3c0b4f93f06fbeae1061;hp=ba9778cd4de187878b6445be5fbf490d76879f30;hpb=67e31d6234c0332334d7aedd70b2f101bc010cf9;p=git.git diff --git a/INSTALL b/INSTALL index ba9778cd4..fa9bf74a2 100644 --- 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