comparison src/vmime.mk @ 704:93f1be1d2089

use glibtoolize instead of libtoolize where appropriate (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 07 Feb 2010 14:55:35 +0100
parents 9a35ed88357b
children 29f1ba4559ae
comparison
equal deleted inserted replaced
703:af58a2ee9a69 704:93f1be1d2089
17 $(SED) -n 's,.*vmime-\([0-9][^>]*\)\.tar\.bz2.*,\1,p' | \ 17 $(SED) -n 's,.*vmime-\([0-9][^>]*\)\.tar\.bz2.*,\1,p' | \
18 tail -1 18 tail -1
19 endef 19 endef
20 20
21 define $(PKG)_BUILD 21 define $(PKG)_BUILD
22 $(SED) 's,libtoolize ,$(LIBTOOLIZE) ,' -i '$(1)'/bootstrap
22 cd '$(1)' && ./bootstrap 23 cd '$(1)' && ./bootstrap
23 cd '$(1)' && ./configure \ 24 cd '$(1)' && ./configure \
24 --prefix='$(PREFIX)/$(TARGET)' \ 25 --prefix='$(PREFIX)/$(TARGET)' \
25 --host='$(TARGET)' \ 26 --host='$(TARGET)' \
26 --disable-shared \ 27 --disable-shared \