changeset 3715:cffa8fa688ed

build: update --enable-stable option to reflect that it is the default * configure.ac: change --enable-stable help to --disable-stable
author John Donoghue
date Tue, 23 Sep 2014 07:57:16 -0400
parents 89d99c28a6a1
children 023f392ce053
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Sep 22 14:31:06 2014 -0400
+++ b/configure.ac	Tue Sep 23 07:57:16 2014 -0400
@@ -151,9 +151,9 @@
 AC_SUBST(ENABLE_OPENBLAS)
 
 ENABLE_STABLE=yes
-AC_ARG_ENABLE(stable,
-  [AS_HELP_STRING([--enable-stable],
-    [Enable stable build of octave instead of devel octave])],
+AC_ARG_ENABLE([stable],
+  [AS_HELP_STRING([--disable-stable],
+    [Disable stable build of octave and use devel octave instead])],
   [if test "$enableval" = no; then ENABLE_STABLE=no; fi], [])
 AC_SUBST(ENABLE_STABLE)