comparison src/gdk-pixbuf.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 951da75fd09c
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)' && autoreconf && ./configure \ 21 cd '$(1)' && autoreconf && ./configure \
22 --host='$(TARGET)' \ 22 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
23 --build="`config.guess`" \
24 $(ENABLE_SHARED_OR_STATIC) \ 23 $(ENABLE_SHARED_OR_STATIC) \
25 --prefix='$(HOST_PREFIX)' \ 24 --prefix='$(HOST_PREFIX)' \
26 --disable-modules \ 25 --disable-modules \
27 --with-included-loaders \ 26 --with-included-loaders \
28 --without-gdiplus \ 27 --without-gdiplus \