mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
tigervnc: Replace using --system-acdir with --aclocal-path
This synchronises it with latest autotools class Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -96,7 +96,7 @@ do_configure:append () {
|
|||||||
if [ -d ${STAGING_DATADIR}/aclocal -a "${STAGING_DATADIR_NATIVE}/aclocal" != "${STAGING_DATADIR}/aclocal" ]; then
|
if [ -d ${STAGING_DATADIR}/aclocal -a "${STAGING_DATADIR_NATIVE}/aclocal" != "${STAGING_DATADIR}/aclocal" ]; then
|
||||||
cp-noerror ${STAGING_DATADIR}/aclocal/ ${ACLOCALDIR}/
|
cp-noerror ${STAGING_DATADIR}/aclocal/ ${ACLOCALDIR}/
|
||||||
fi
|
fi
|
||||||
ACLOCAL="aclocal --system-acdir=${ACLOCALDIR}/" autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths || bbfatal "autoreconf execution failed."
|
ACLOCAL="aclocal --aclocal-path=${ACLOCALDIR}/" autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths || bbfatal "autoreconf execution failed."
|
||||||
chmod +x ./configure
|
chmod +x ./configure
|
||||||
${CACHED_CONFIGUREVARS} ./configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
${CACHED_CONFIGUREVARS} ./configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
||||||
cd $olddir
|
cd $olddir
|
||||||
|
|||||||
Reference in New Issue
Block a user