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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/companion_tools/200-autoconf.sh b/scripts/build/companion_tools/200-autoconf.sh
index 9ed66b5..d90a323 100644
--- a/scripts/build/companion_tools/200-autoconf.sh
+++ b/scripts/build/companion_tools/200-autoconf.sh
@@ -22,7 +22,7 @@ do_companion_tools_autoconf_build() {
# For reference see:
# http://www.gnu.org/software/autoconf/manual/autoconf.html#CONFIG_005fSHEL
- CT_DoExecLog ALL ${CONFIG_SHELL} \
+ CT_DoExecLog CFG ${CONFIG_SHELL} \
"${CT_SRC_DIR}/autoconf-${CT_AUTOCONF_VERSION}/configure" \
--prefix="${CT_TOOLS_OVERIDE_DIR}"
CT_DoExecLog ALL make