Changeset: 19ccd612bb3b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=19ccd612bb3b
Modified Files:
        testing/Mtest.py.in
Branch: Aug2011
Log Message:

minor documentation


diffs (12 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -201,6 +201,8 @@ CONDITIONALS = {
     # X == true   =>  @X_TRUE@='',  @X_FALSE@='#'
     # X == false  =>  @X_TRUE@='#', @X_FALSE@=''
     # from configure.ag:
+    # These should cover all AM_CONDITIONALS defined in configure.ag, i.e.,
+    # `grep AM_CONDITIONAL configure.ag | sed 
's|^AM_CONDITIONAL(\([^,]*\),.*$|\1|' | sort -u`
     'BITS32'               : "@BITS32_FALSE@",
     'BITS64'               : "@BITS64_FALSE@",
     'CROSS_COMPILING'      : "@CROSS_COMPILING_FALSE@",
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to