mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
new package: add package 'autoconf-2.64' for legacy use
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8851134c0d
commit
09c7654ae6
27
packages/toolchain/devel/autotools/autoconf-2.64/build
vendored
Executable file
27
packages/toolchain/devel/autotools/autoconf-2.64/build
vendored
Executable file
@ -0,0 +1,27 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build m4
|
||||||
|
$SCRIPTS/build libtool
|
||||||
|
|
||||||
|
setup_toolchain host
|
||||||
|
|
||||||
|
cd $BUILD/$1
|
||||||
|
EMACS="no" \
|
||||||
|
ac_cv_path_M4=$ROOT/$TOOLCHAIN/bin/m4 \
|
||||||
|
ac_cv_prog_gnu_m4_gnu=no \
|
||||||
|
./configure --host=$HOST_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--target=$TARGET_NAME \
|
||||||
|
--prefix=$ROOT/$TOOLCHAIN \
|
||||||
|
--program-suffix="-2.64" \
|
||||||
|
|
||||||
|
make install \
|
||||||
|
prefix=$ROOT/$TOOLCHAIN \
|
||||||
|
pkgdatadir=$ROOT/$TOOLCHAIN/share/autoconf-2.64 install
|
||||||
|
|
||||||
|
make clean
|
||||||
|
make install \
|
||||||
|
prefix=$SYSROOT_PREFIX/usr \
|
||||||
|
pkgdatadir=$SYSROOT_PREFIX/usr/share/autoconf-2.64 install
|
1
packages/toolchain/devel/autotools/autoconf-2.64/url
vendored
Normal file
1
packages/toolchain/devel/autotools/autoconf-2.64/url
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://ftp.gnu.org/gnu/autoconf/autoconf-2.64.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user