changeset 1833:9d2d31e8f84d

don't call autopoint in package xine-lib
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 20 May 2011 02:39:53 +0200
parents 1ec5d27a1cd3
children a215f96eeed6
files src/xine-lib.mk
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xine-lib.mk	Wed May 18 14:40:24 2011 +0200
+++ b/src/xine-lib.mk	Fri May 20 02:39:53 2011 +0200
@@ -21,7 +21,10 @@
 
 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)' \