summaryrefslogtreecommitdiff
path: root/scripts/build/companion_tools/200-autoconf.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-26 06:39:21 (GMT)
committerGitHub <noreply@github.com>2017-01-26 06:39:21 (GMT)
commite1132fc82936f9dfe79f1f28054e11cb405122bf (patch)
tree410a058b21cff616cea07c91089d8527f42b09b7 /scripts/build/companion_tools/200-autoconf.sh
parent8168cab172678667a25f76301a78660877e28502 (diff)
parent7186e39f326150371b7909e2a938fe573f05cda1 (diff)
Merge pull request #557 from stilor/config-shell
Run all configure scripts using ${CONFIG_SHELL}
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}"