Changeset: 87b88bfa5244 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=87b88bfa5244
Modified Files:
        configure.ag
Branch: Mar2011
Log Message:

configure: variables don't work in help strings

due to the way these work, variable expansion doesn't work as intended
here, just add static strings describing the value


diffs (48 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -237,7 +237,7 @@
 
 AC_ARG_ENABLE(developer,
        AS_HELP_STRING([--enable-developer],
-               [enable support for MonetDB development (default=auto)]),
+               [enable support for MonetDB development (default=yes for 
development sources)]),
        enable_developer=$enableval,
        enable_developer=$dft_develop)
 
@@ -550,7 +550,7 @@
 dnl --enable-strict
 AC_ARG_ENABLE(strict,
        AS_HELP_STRING([--enable-strict],
-               [enable strict compiler flags (default=$dft_strict)]),
+               [enable strict compiler flags (default=yes for development 
sources)]),
        enable_strict=$enableval,
        enable_strict=$dft_strict)
 dnl  Set compiler switches.
@@ -1029,7 +1029,7 @@
 dnl --enable-debug
 AC_ARG_ENABLE(debug,
        AS_HELP_STRING([--enable-debug],
-               [enable full debugging (default=$dft_debug)]),
+               [enable full debugging (default=yes for development sources)]),
        enable_debug=$enableval,
        enable_debug=$dft_debug)
 
@@ -1080,7 +1080,7 @@
 dnl --enable-assert
 AC_ARG_ENABLE(assert,
        AS_HELP_STRING([--enable-assert],
-               [enable assertions in the code (default=$dft_assert)]),
+               [enable assertions in the code (default=yes for development 
sources)]),
        enable_assert=$enableval,
        enable_assert=$dft_assert)
 
@@ -1095,7 +1095,7 @@
 dnl --enable-optimize
 AC_ARG_ENABLE(optimize,
        AS_HELP_STRING([--enable-optimize],
-               [enable extra optimization (default=$dft_optimi)]),
+               [enable extra optimization (default=no)]),
        enable_optim=$enableval, enable_optim=$dft_optimi)
 
 AC_MSG_CHECKING([for --enable-optimize])
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to