summaryrefslogtreecommitdiff
path: root/scripts/build/companion_tools/300-automake.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/companion_tools/300-automake.sh')
-rw-r--r--scripts/build/companion_tools/300-automake.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/build/companion_tools/300-automake.sh b/scripts/build/companion_tools/300-automake.sh
index e936e7b..ee76463 100644
--- a/scripts/build/companion_tools/300-automake.sh
+++ b/scripts/build/companion_tools/300-automake.sh
@@ -36,7 +36,9 @@ do_automake_backend() {
done
CT_DoLog EXTRA "Configuring automake"
- CT_DoExecLog CFG "${CT_SRC_DIR}/automake-${CT_AUTOMAKE_VERSION}/configure" \
+ CT_DoExecLog CFG \
+ ${CONFIG_SHELL} \
+ "${CT_SRC_DIR}/automake-${CT_AUTOMAKE_VERSION}/configure" \
--host="${host}" \
--prefix="${prefix}"