tools: Finally a proper autoconf build?
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
apio 2023-08-14 11:54:11 +02:00
parent 71d1084be2
commit 6761b3fcaf
Signed by: apio
GPG Key ID: B8A7D06E42258954
2 changed files with 3 additions and 6 deletions

View File

@ -5,7 +5,7 @@ export LUNA_BASE=${LUNA_BASE:-$LUNA_ROOT/base}
[ -f "$LUNA_ROOT/env-local.sh" ] && source $LUNA_ROOT/env-local.sh
export LUNA_ARCH=${LUNA_ARCH:-x86_64}
export PATH=$LUNA_ROOT/toolchain/$LUNA_ARCH-luna/bin:$LUNA_ROOT/toolchain/dist:$LUNA_ROOT/tools/exec/:$PATH
export PATH=$LUNA_ROOT/toolchain/$LUNA_ARCH-luna/bin:$LUNA_ROOT/toolchain/dist:$LUNA_ROOT/toolchain/bin:$LUNA_ROOT/tools/exec/:$PATH
if [ "$USE_MAKE" = "1" ]
then

View File

@ -35,9 +35,6 @@ unset AR
echo "Building autoconf (precisely version 2.69)..."
../autoconf-$AUTOCONF_VERSION/configure --prefix="/"
../autoconf-$AUTOCONF_VERSION/configure --prefix=$LUNA_ROOT/toolchain
make
DESTDIR=$LUNA_ROOT/toolchain/dist make install
cd $LUNA_ROOT
mv toolchain/dist/bin/* toolchain/dist
make install