summaryrefslogtreecommitdiff
path: root/scripts/build/companion_tools/200-autoconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/companion_tools/200-autoconf.sh')
-rw-r--r--scripts/build/companion_tools/200-autoconf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/companion_tools/200-autoconf.sh b/scripts/build/companion_tools/200-autoconf.sh
index d90a323..cd55a4f 100644
--- a/scripts/build/companion_tools/200-autoconf.sh
+++ b/scripts/build/companion_tools/200-autoconf.sh
@@ -20,11 +20,11 @@ do_companion_tools_autoconf_build() {
# Ensure configure gets run using the CONFIG_SHELL as configure seems to
# have trouble when CONFIG_SHELL is set and /bin/sh isn't bash
# For reference see:
- # http://www.gnu.org/software/autoconf/manual/autoconf.html#CONFIG_005fSHEL
+ # http://www.gnu.org/software/autoconf/manual/autoconf.html#CONFIG_005fSHELL
CT_DoExecLog CFG ${CONFIG_SHELL} \
"${CT_SRC_DIR}/autoconf-${CT_AUTOCONF_VERSION}/configure" \
- --prefix="${CT_TOOLS_OVERIDE_DIR}"
+ --prefix="${CT_BUILDTOOLS_PREFIX_DIR}"
CT_DoExecLog ALL make
CT_DoExecLog ALL make install
CT_Popd