On Wed, May 30, 2012 at 1: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 > This is as expected. Git doesn't use Automake, only Autoconf. So all it generates is a config.mak.autogen, which gets included by the Makefile which is already present on the top-level. -- 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