autoconf-2.64: Fixed bug that caused old versions of of autoconf to not install in their own directorys

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-10 14:43:26 +02:00
parent de92f64960
commit 5674dc04dc

View File

@ -19,9 +19,16 @@ ac_cv_prog_gnu_m4_gnu=no \
make install \
prefix=$ROOT/$TOOLCHAIN \
pkgdatadir=$ROOT/$TOOLCHAIN/share/autoconf-2.64 install
pkgdatadir=$ROOT/$TOOLCHAIN/share/autoconf-2.64 \
pkgdatadir=$ROOT/$TOOLCHAIN/lib/autoconf-2.64 \
pkgdatadir=$ROOT/$TOOLCHAIN/include/autoconf-2.64 \
install
make clean
make install \
prefix=$SYSROOT_PREFIX/usr \
pkgdatadir=$SYSROOT_PREFIX/usr/share/autoconf-2.64 install
pkgdatadir=$SYSROOT_PREFIX/usr/share/autoconf-2.64 \
pkgdatadir=$SYSROOT_PREFIX/usr/lib/autoconf-2.64 \
pkgdatadir=$SYSROOT_PREFIX/usr/include/autoconf-2.64 \
install