summaryrefslogtreecommitdiff
path: root/scripts/build/companion_tools/200-autoconf.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-25 08:06:28 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-25 08:06:28 (GMT)
commit7186e39f326150371b7909e2a938fe573f05cda1 (patch)
tree833b2eec8f8c1eaf0e29bf35f94ab94626b2d712 /scripts/build/companion_tools/200-autoconf.sh
parentb5d0e396d9ad0c886ab487bd26776bda92e5f40c (diff)
Run all configure scripts using ${CONFIG_SHELL}
... as its help message says in menuconfig. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/build/companion_tools/200-autoconf.sh')
-rw-r--r--scripts/build/companion_tools/200-autoconf.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build/companion_tools/200-autoconf.sh b/scripts/build/companion_tools/200-autoconf.sh
index 4f9fc63..bccef75 100644
--- a/scripts/build/companion_tools/200-autoconf.sh
+++ b/scripts/build/companion_tools/200-autoconf.sh
@@ -40,7 +40,8 @@ do_autoconf_backend() {
# For reference see:
# http://www.gnu.org/software/autoconf/manual/autoconf.html#CONFIG_005fSHELL
CT_DoLog EXTRA "Configuring autoconf"
- CT_DoExecLog CFG ${CONFIG_SHELL} \
+ CT_DoExecLog CFG \
+ ${CONFIG_SHELL} \
"${CT_SRC_DIR}/autoconf-${CT_AUTOCONF_VERSION}/configure" \
--host="${host}" \
--prefix="${prefix}"