[cig-commits] commit: mod so that ./configure.py --help reflects the non-workingness of the --prefix option.

Mercurial hg at geodynamics.org
Fri Feb 5 12:09:06 PST 2010


changeset:   244:b2f809070c8f
branch:      1.4.x
user:        John Mansour <john.mansour at maths.monash.edu.au>
date:        Mon Jan 18 14:22:31 2010 +1100
files:       SConfigure
description:
mod so that ./configure.py --help reflects the non-workingness of the --prefix option.


diff -r 8e0c60c8a00b -r b2f809070c8f SConfigure
--- a/SConfigure	Mon Jan 18 15:41:28 2010 +1100
+++ b/SConfigure	Mon Jan 18 14:22:31 2010 +1100
@@ -6,7 +6,7 @@ from config import Package, packages, cc
 #
 
 options = [
-    ('--prefix', 'prefix', 'Installation prefix.', None),
+    ('--prefix', 'prefix', 'Installation prefix. (currently disabled)', None),
     ('--build-dir', 'build_dir', 'Sandbox location.', 'build'),
     ('--with-debugging', 'with_debugging', 'Build with debugging', 1, 'int'),
     ('--with-warnings', 'with_warnings', 'Print all warnings at compile time', 1, 'int'),



More information about the CIG-COMMITS mailing list