summaryrefslogtreecommitdiff
path: root/scripts/build/companion_tools/100-m4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/companion_tools/100-m4.sh')
-rw-r--r--scripts/build/companion_tools/100-m4.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/build/companion_tools/100-m4.sh b/scripts/build/companion_tools/100-m4.sh
index 35721d5..83ab815 100644
--- a/scripts/build/companion_tools/100-m4.sh
+++ b/scripts/build/companion_tools/100-m4.sh
@@ -1,7 +1,5 @@
# Build script for m4
-CT_M4_VERSION=1.4.13
-
do_companion_tools_m4_get() {
CT_GetFile "m4-${CT_M4_VERSION}" \
{http,ftp,https}://ftp.gnu.org/gnu/m4
@@ -20,8 +18,8 @@ do_companion_tools_m4_build() {
CT_DoExecLog CFG \
"${CT_SRC_DIR}/m4-${CT_M4_VERSION}/configure" \
--prefix="${CT_BUILDTOOLS_PREFIX_DIR}"
- CT_DoExecLog ALL ${make}
- CT_DoExecLog ALL ${make} install
+ CT_DoExecLog ALL make
+ CT_DoExecLog ALL make install
CT_Popd
CT_EndStep
}