Changeset: a771e1312908 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a771e1312908
Modified Files:
        configure.ag
        monetdb5/modules/mal/mal_init.mx
Branch: default
Log Message:

Merge with Aug2011 branch.


diffs (32 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -512,13 +512,13 @@
        enable_strict=$dft_strict)
 dnl  Set compiler switches.
 dnl  The idea/goal is to be as strict as possible, i.e., enable preferably
-dnl  *all* warnings and make them errors. This should help keeping the code
+dnl  *all* warnings and make them errors. This should help keep the code
 dnl  as clean and portable as possible.
 dnl  It turned out, though, that this, especially turning all warnings into 
-dnl  errors is a bit too ambitious for configure/autoconf. Hence, we set
+dnl  errors, is a bit too ambitious for configure/autoconf. Hence, we set
 dnl  the standard CFLAGS to what configure/autoconf can cope with
 dnl  (basically everything except "-Werror"). For "-Werror" and some
-dnl  switches that disable selected warnings that haven't been sorted out,
+dnl  switches that disable selected warnings that haven't been sorted out
 dnl  yet, we set X_CFLAGS, which are added to the standard
 dnl  CFLAGS once configure/autoconf are done with their job,
 dnl  i.e., at the end of this configure[.ag] script.
diff --git a/monetdb5/modules/mal/mal_init.mx b/monetdb5/modules/mal/mal_init.mx
--- a/monetdb5/modules/mal/mal_init.mx
+++ b/monetdb5/modules/mal/mal_init.mx
@@ -102,7 +102,7 @@
 include trader; # experimental
 
 include mat;   # experimental
-include histogram;     # experimental
+# include histogram;   # experimental
 include bpm;   # experimental
 include inspect;
 include manual;
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to