comparison 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
comparison
equal deleted inserted replaced
3610:566fd51378f2 3611:5ab3fc53d7a5
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 STABLE_BUILD := yes 4 STABLE_BUILD := @ENABLE_STABLE@
5 5
6 ifeq ($(STABLE_BUILD),yes) 6 ifeq ($(STABLE_BUILD),yes)
7 OCTAVE_TARGET := stable-octave 7 OCTAVE_TARGET := stable-octave
8 else 8 else
9 OCTAVE_TARGET := octave 9 OCTAVE_TARGET := octave