mysql-hosttools: run autoreconf before configuring

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-21 21:53:53 +02:00
parent 4ee26265a8
commit 665a2a4cdd

View File

@ -8,6 +8,8 @@ setup_toolchain host
cd $BUILD/mysql* cd $BUILD/mysql*
$AUTORECONF
mkdir -p .objdir-host mkdir -p .objdir-host
cd .objdir-host cd .objdir-host