[Fuego] [PATCH 5/8] Functional.croco: modify system-acdir value

Qiu Tingting qiutt at cn.fujitsu.com
Thu Aug 23 03:30:57 UTC 2018


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

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

diff --git a/engine/tests/Functional.croco/fuego_test.sh b/engine/tests/Functional.croco/fuego_test.sh
index f1a26dc..0d95352 100755
--- a/engine/tests/Functional.croco/fuego_test.sh
+++ b/engine/tests/Functional.croco/fuego_test.sh
@@ -3,7 +3,7 @@ tarball=libcroco-0.6.11.tar.gz
 function test_build {
     echo " test_build croco.sh "
     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