scripts/build: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:30:01 +01:00
parent 257ea17a4e
commit ce686a2d7f

View File

@ -37,6 +37,10 @@ if [ ! -f $STAMP ]; then
$SCRIPTS/build $p
done
[ -d $BUILD/${PKG_NAME}[-_.]${PKG_VERSION} ] && PKG_BUILD=`ls -d $BUILD/${PKG_NAME}[-_.]${PKG_VERSION}`
[ -d $BUILD/${PKG_NAME}${PKG_VERSION} ] && PKG_BUILD=`ls -d $BUILD/${PKG_NAME}${PKG_VERSION}`
[ "$PKG_AUTORECONF" = yes ] && $SCRIPTS/autoreconf $1
if [ -f $PKG_DIR/build ]; then
$PKG_DIR/build $@ >&$VERBOSE_OUT
if [ "$DEBUG" = no ]; then