comparison src/plotutils.mk @ 3013:bcc26ffe9a0f

use variable for --host and --build configure arguments
author John W. Eaton <jwe@octave.org>
date Sun, 02 Jun 2013 12:40:32 -0400
parents 100e618349f7
children 5ef49fb3299d
comparison
equal deleted inserted replaced
3012:100e618349f7 3013:bcc26ffe9a0f
18 endef 18 endef
19 19
20 define $(PKG)_BUILD 20 define $(PKG)_BUILD
21 cd '$(1)' && ./configure \ 21 cd '$(1)' && ./configure \
22 --prefix='$(HOST_PREFIX)' \ 22 --prefix='$(HOST_PREFIX)' \
23 --host='$(TARGET)' \ 23 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
24 $(ENABLE_SHARED_OR_STATIC) \ 24 $(ENABLE_SHARED_OR_STATIC) \
25 --enable-libplotter \ 25 --enable-libplotter \
26 --enable-libxmi \ 26 --enable-libxmi \
27 --with-png \ 27 --with-png \
28 --without-x \ 28 --without-x \