mirror of
https://github.com/libretro/Lakka.git
synced 2024-11-24 00:09:43 +00:00
scripts/build: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
257ea17a4e
commit
ce686a2d7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user