comparison src/ftgl.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
19 cd '$(1)' && aclocal -I m4 19 cd '$(1)' && aclocal -I m4
20 cd '$(1)' && $(LIBTOOLIZE) 20 cd '$(1)' && $(LIBTOOLIZE)
21 cd '$(1)' && automake --gnu 21 cd '$(1)' && automake --gnu
22 cd '$(1)' && autoconf 22 cd '$(1)' && autoconf
23 cd '$(1)' && ./configure \ 23 cd '$(1)' && ./configure \
24 --host='$(TARGET)' \ 24 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
25 $(ENABLE_SHARED_OR_STATIC) \ 25 $(ENABLE_SHARED_OR_STATIC) \
26 --prefix='$(HOST_PREFIX)' \ 26 --prefix='$(HOST_PREFIX)' \
27 --without-x \ 27 --without-x \
28 --disable-freetypetest \ 28 --disable-freetypetest \
29 --with-ft-prefix='$(HOST_PREFIX)' 29 --with-ft-prefix='$(HOST_PREFIX)'