[Fuego] [PATCH 1/5] Functional.pixman: modify system-acdir value

Qiu Tingting qiutt at cn.fujitsu.com
Wed Aug 29 09:22:22 UTC 2018


Modiy --system-acdir value of aclocal command to fix the build error when working on /engine/tests/Functional.pixman/fuego_test.sh.

Signed-off-by: Qiu Tingting <qiutt at cn.fujitsu.com>
---
 engine/tests/Functional.pixman/fuego_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engine/tests/Functional.pixman/fuego_test.sh b/engine/tests/Functional.pixman/fuego_test.sh
index a8cd6dd..6ebaef4 100755
--- a/engine/tests/Functional.pixman/fuego_test.sh
+++ b/engine/tests/Functional.pixman/fuego_test.sh
@@ -2,7 +2,7 @@ tarball=pixman-0.32.8.tar.gz
 
 function test_build {
     libtoolize --automake
-    aclocal --system-acdir=${SDKROOT}usr/share/aclocal
+    aclocal --system-acdir=${SDKROOT}/usr/share/aclocal
     autoreconf --verbose --install --force --exclude=autopoint
     autoconf
     autoheader
-- 
2.7.4





More information about the Fuego mailing list