Bo Peng wrote:

I have two bug report for you:

1) The first time you run scons on a freshly created build directory it
always stop complaining it doesn't have the right to access "version.C".
Then a second call to scons solves the problem.

I will see.

Thanks.


2) When compiling with autotools, I used to pass
"--with-version-suffix=-svn" and I don't see any equivalent option in
scons. This is very important as it enables two installation to cohabit
at the user level:

version_suffix=yes/no/something. Please let me know if it works for you.

I'll try that thanks. And I'll commit the attached patch.

Abdel.
Index: INSTALL.scons
===================================================================
--- INSTALL.scons       (revision 14359)
+++ INSTALL.scons       (working copy)
@@ -126,6 +126,8 @@
   * exec_dir: directory where lyx binaries will be installed.
     Default to $prefix/bin
   * dest_dir: if specified, install to this directory instead of $prefix.
+  * version_suffix=yes/no/something : if specified, this suffix will be 
+    appended to the user data directory.
 
 
 Compiler choice and flags:

Reply via email to