Update of /cvsroot/monetdb/MonetDB/conf
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23297/conf
Modified Files:
Tag: MonetDB_1-20
configure.py
Log Message:
Do expansion of @exec_prefix@ completely by configure.py so that it always
expands to %prefix%.
Index: configure.py
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/conf/configure.py,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- configure.py 2 Oct 2007 15:49:06 -0000 1.4.2.1
+++ configure.py 15 Oct 2007 15:04:50 -0000 1.4.2.2
@@ -20,7 +20,8 @@
import fileinput
import os
-subs = [("@bindir@", r'%exec_prefix%\bin'),
+subs = [("@exec_prefix@", r'%prefix%'),
+ ("@bindir@", r'%exec_prefix%\bin'),
("@sbindir@", r'%exec_prefix%\sbin'),
("@libexecdir@", r'%exec_prefix%\libexec'),
("@datadir@", r'%prefix%\share'),
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins