comparison src/libglade.mk @ 2564:9b2fb0f5e812

libglade : autoreconf executed before recording patch
author William <r.3@libertysurf.fr>
date Mon, 21 May 2012 23:49:06 +0200
parents 73d89a70785d
children 13c54fdfba7f
comparison
equal deleted inserted replaced
2563:73d89a70785d 2564:9b2fb0f5e812
14 $(SED) -n 's,.*"libglade-\([0-9][^"]*\)\.tar.gz.*,\1,p' | \ 14 $(SED) -n 's,.*"libglade-\([0-9][^"]*\)\.tar.gz.*,\1,p' | \
15 tail -1 15 tail -1
16 endef 16 endef
17 17
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD
19 cd '$(1)' && autoreconf
20 cd '$(1)' && ./configure \ 19 cd '$(1)' && ./configure \
21 --host='$(TARGET)' \ 20 --host='$(TARGET)' \
22 --build="`config.guess`" \ 21 --build="`config.guess`" \
23 --disable-shared \ 22 --disable-shared \
24 --prefix='$(PREFIX)/$(TARGET)' 23 --prefix='$(PREFIX)/$(TARGET)'