From 2d6718b837b11b48d6b6ce1ae3f863591d5b651a Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 10 Mar 2011 11:30:06 -0800 Subject: 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. --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 157ecf39..bbf30cd5 100755 --- a/configure +++ b/configure @@ -529,8 +529,13 @@ cat > Makefile.config <