summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index b0f843e..45de403 100755
--- a/configure
+++ b/configure
@@ -38,6 +38,7 @@ quiet='false'
missing_deps='false'
dep_cmds='
sh
+make
opkg
'
opt_dep_libs='
@@ -329,6 +330,11 @@ write_makefiles()
mkdir -p "${_dir}"
sed "${_sed_script}" "${srcdir}/${_dir}/Makefile.in" >"${_dir}/Makefile"
done
+
+ # New and improved kludge to generate system configuration for testing.
+ # TODO: Remove when no longer used.
+ sed "${_sed_script}" "${srcdir}/mksysconf.in" >'mksysconf'
+ chmod 755 'mksysconf'
}
main "${@}"