Changeset: 7f126bdcc3e9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7f126bdcc3e9
Modified Files:
buildtools/conf/MonetDB.m4
Branch: default
Log Message:
Avoid double quotes with syntax errors as result
current/geom/configure: line 20437: test: NO: binary operator expected
test -z "$1" where $1 contains '"NO ABORT"', yields in
test -z ""NO ABORT"" in configure, as generated by autoconf. Quoting
must be done with [ ] instead.
diffs (12 lines):
diff -r ffec6c5b9a60 -r 7f126bdcc3e9 buildtools/conf/MonetDB.m4
--- a/buildtools/conf/MonetDB.m4 Wed Jan 05 10:57:03 2011 +0100
+++ b/buildtools/conf/MonetDB.m4 Wed Jan 05 11:11:13 2011 +0100
@@ -413,7 +413,7 @@
AC_SUBST(MONETDB4_PREFIX)
AC_SUBST(MONETDB4_VERSION)
AC_SUBST(CLASSPATH)
-AM_MONETDB_MEL("NO ABORT")
+AM_MONETDB_MEL([NO ABORT])
AM_CONDITIONAL(HAVE_MONETDB4,test x$have_monetdb4 = xyes -a x$have_mel = xyes)
]) dnl AC_DEFUN AM_MONETDB4
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list