On Wed, May 30, 2012 at 9:32 AM, <jupiter.hce@xxxxxxxxx> wrote: > Hi, > > I've just downloaded 1.7.10.3 source tarball and following the > instruction from INSTALL, I ran the autoconf to generate the > configure, then to run configure --prefix=/usr/local/git/1.7.10.3. > There were no errors but there was no Makefiles generated either. How > can I run the configure to generate Makefiles? > > ....... > configure: creating ./config.status > config.status: creating config.mak.autogen ^^^^^^^^^^^^^^^^^^ That file is included by Makefile. So your next steps is: make. -- David Barr -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html