From c5eae4897420ec3e8b5ae8babc7b0a29f1bd52a0 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Sun, 29 Nov 2015 08:51:02 -0800 Subject: [PATCH] Fix toolchain_test script to build Change-Id: I5479a8e10aa080548c313954d64b25489450cef5 Signed-off-by: Ed Warnicke --- jjb/toolchain_test/include-raw-toolchain_test-build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/toolchain_test/include-raw-toolchain_test-build.sh b/jjb/toolchain_test/include-raw-toolchain_test-build.sh index 1386479f4..2c5a41b24 100644 --- a/jjb/toolchain_test/include-raw-toolchain_test-build.sh +++ b/jjb/toolchain_test/include-raw-toolchain_test-build.sh @@ -3,3 +3,6 @@ # do nothing but print the current slave hostname hostname +autoreconf --install +./configure +make -- 2.16.6