comparison src/xerces.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 b6c7244a2f66
comparison
equal deleted inserted replaced
3012:100e618349f7 3013:bcc26ffe9a0f
17 head -1 17 head -1
18 endef 18 endef
19 19
20 define $(PKG)_BUILD 20 define $(PKG)_BUILD
21 cd '$(1)' && CONFIG_SHELL='$(SHELL)' ./configure \ 21 cd '$(1)' && CONFIG_SHELL='$(SHELL)' ./configure \
22 --host='$(TARGET)' \ 22 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
23 $(ENABLE_SHARED_OR_STATIC) \ 23 $(ENABLE_SHARED_OR_STATIC) \
24 --disable-sse2 \ 24 --disable-sse2 \
25 --prefix='$(HOST_PREFIX)' \ 25 --prefix='$(HOST_PREFIX)' \
26 --enable-libtool-lock \ 26 --enable-libtool-lock \
27 --disable-pretty-make \ 27 --disable-pretty-make \