]> git.notmuchmail.org Git - notmuch/commit
build: Save configure options and re-use them for automatic runs of configure
authorCarl Worth <cworth@cworth.org>
Thu, 10 Mar 2011 19:30:06 +0000 (11:30 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 10 Mar 2011 19:30:06 +0000 (11:30 -0800)
commit2d6718b837b11b48d6b6ce1ae3f863591d5b651a
tree026c873c0c97356b1392749a557a305bd6e5a565
parentc4302656123e8c8bc8120400dc266f4acac5a16e
build: Save configure options and re-use them for automatic runs of configure

This supports the case of a user running "configure --prefix=/foo" then later
updating the soruce (including the configure script) and re-running make.

In this case, the make invocation will re-run configure. Before this change,
this run of configure would lose the user's carefully chosen prefix. This
is now fixed so that configrue is re-run with the user's options.
Makefile
configure