emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

configure run again during make bootstrap


From: Timur Aydin
Subject: configure run again during make bootstrap
Date: Tue, 26 May 2015 20:26:50 +0300
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

I have retrieved the git emacs source today and have done the:

./autogen.sh
./configure
make bootstrap

dance as usual. But during the bootstrapping, I am seeing that the configure script is run again. So i did a git clean in the repository and this time, i just did a make bootstrap. That worked fine and the makefile has done the autogen.sh and configure steps by itself.

So my question is, is it enough to just do make bootstrap after retrieving the git sources?

Also, if this is enough, how do I pass options to the configure script? like for example, i want to pass in "--prefix=$HOME/emacs" to the configure script.

Cheers,

--
Timur



reply via email to

[Prev in Thread] Current Thread [Next in Thread]