diff Makefile.in @ 3611:5ab3fc53d7a5

Add enable/disable-stable configure option * Makefile.in: set stable build dependant on configure variable ENABLE_STABLE. * configure.ac: add --enable-stable arg. * src/octave.mk: set devel octave to 3.8.2-rc1
author John Donoghue
date Tue, 10 Jun 2014 11:35:10 -0400
parents 566fd51378f2
children 16615236ec37
line wrap: on
line diff
--- a/Makefile.in	Mon Jun 09 08:00:17 2014 -0400
+++ b/Makefile.in	Tue Jun 10 11:35:10 2014 -0400
@@ -1,7 +1,7 @@
 # This file is part of MXE.
 # See index.html for further information.
 
-STABLE_BUILD := yes
+STABLE_BUILD := @ENABLE_STABLE@
 
 ifeq ($(STABLE_BUILD),yes)
   OCTAVE_TARGET := stable-octave