diff mbox series

[meta-oe,4/5] tigervnc: Replace using --system-acdir with --aclocal-path

Message ID 20250124004825.3525640-4-raj.khem@gmail.com
State New
Headers show
Series [meta-oe,1/5] syslog-ng: Remove references to ACLOCALEXTRAPATH | expand

Commit Message

Khem Raj Jan. 24, 2025, 12:48 a.m. UTC
This synchronises it with latest autotools class

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb
index 47f59c69cf..4d2bb1f063 100644
--- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb
+++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb
@@ -96,7 +96,7 @@  do_configure:append () {
     if [ -d ${STAGING_DATADIR}/aclocal -a "${STAGING_DATADIR_NATIVE}/aclocal" != "${STAGING_DATADIR}/aclocal" ]; then
         cp-noerror ${STAGING_DATADIR}/aclocal/ ${ACLOCALDIR}/
     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
     ${CACHED_CONFIGUREVARS} ./configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
     cd $olddir