don't call autopoint in package xine-lib

This commit is contained in:
Volker Grabsch 2011-05-20 02:39:53 +02:00
parent dc3a822505
commit a52051f928
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,10 @@ endef
define $(PKG)_BUILD
# rebuild configure script as one of the patches modifies configure.ac
cd '$(1)' && ./autogen.sh
cd '$(1)' && aclocal -I m4
cd '$(1)' && $(LIBTOOLIZE)
cd '$(1)' && autoconf
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \