comparison src/osmesa.mk @ 3825:b6f31861c73e

osmesa:call autoreconf * src/osmesa.mk: call autoreconf
author John Donoghue
date Tue, 03 Mar 2015 13:48:39 -0500
parents f2776007d295
children 6cb1bf4d1ab4
comparison
equal deleted inserted replaced
3824:9d1dbbcac6ea 3825:b6f31861c73e
34 $(INSTALL) -m 644 '$(1)/build/windows-$($(PKG)_MACHINE)-debug/mesa/drivers/osmesa/libosmesa.a' '$(3)$(HOST_LIBDIR)/libOSMesa.a'; 34 $(INSTALL) -m 644 '$(1)/build/windows-$($(PKG)_MACHINE)-debug/mesa/drivers/osmesa/libosmesa.a' '$(3)$(HOST_LIBDIR)/libOSMesa.a';
35 endef 35 endef
36 else 36 else
37 define $(PKG)_BUILD 37 define $(PKG)_BUILD
38 mkdir '$(1)/.build' 38 mkdir '$(1)/.build'
39 cd '$(1)' && autoreconf -fi -I m4
39 cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ 40 cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \
40 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ 41 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
41 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 42 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
42 --prefix='$(HOST_PREFIX)' \ 43 --prefix='$(HOST_PREFIX)' \
43 --enable-osmesa --disable-dri --disable-egl --disable-xvmc \ 44 --enable-osmesa --disable-dri --disable-egl --disable-xvmc \