When validating, configure with "--prefix=`pwd`/inst"
authorIan Lynagh <igloo@earth.li>
Fri, 2 May 2008 15:56:49 +0000 (15:56 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 2 May 2008 15:56:49 +0000 (15:56 +0000)
This means a validate build can be installed locally.
`pwd`/inst probably won't give a useful value on all platforms (in
particular there are probably some Windows configurations it doesn't
work for), but I don't think it will ever make the build fail.

validate

index 20436d3..8f0f543 100644 (file)
--- a/validate
+++ b/validate
@@ -49,7 +49,7 @@ else
 fi
 
 sh boot
-./configure $config_args
+./configure "--prefix=`pwd`/inst" $config_args
 
 make Validating=YES -j$threads
 fi # testsuite-only