glib-host: install pkg.m4 needed for autoconf

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-01 11:27:20 +02:00
parent aa4f403817
commit 95d1433933

View File

@ -24,6 +24,11 @@
$SCRIPTS/unpack glib
# hack: we need pkg.m4 for autoreconf, but pkgconfig depends on glib so install
# pkg.m4 first
$SCRIPTS/unpack pkg-config
cp $BUILD/pkg-config-*/pkg.m4 $TOOLCHAIN/share/aclocal
setup_toolchain host
export ZLIB_CFLAGS=""
export ZLIB_LIBS=""